@import url("font.css");
body {
font-family:'Old Standard';
color:#000;
}

.nav-link, .dropdown-item {
    font-weight:normal;
    color: #000;
}

.reference {
    cursor: pointer;
} 

span.data-hr {
    background-color: #ffff00;
}

.card {
    overflow: visible;
}

a {
    text-decoration:none;
}


.markhighlight {
    background: orange;
    color: black;
}

.dict {
    max-width: 800px; margin: 0px auto; column-count: 2; column-gap: 40px;
}

ul.poem {
    list-style-type: none;
}

:lang(cu) {
    font-family: "Old Standard";
    font-size: 1.20em;
    font-feature-settings: 'ss14', 'ss15';
}
