@font-face {
    font-family: "TharLon";
    src: url(./သာလွန်.woff2) format("truetype");
}

body {
    font-family: "TharLon", "Arial";
    font-size: auto;
    background-color: black;
    color:antiquewhite;
}

button {
    background-color: black;
    color: antiquewhite;
    font-family: inherit;
    font-size: inherit;
    border: 1px solid;
    margin-bottom: 5px;
    padding: 10px;
}

button:hover {
    background-color: antiquewhite;
    color: black;
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

th, td {
    font-family: inherit;
    font-size: inherit;
    padding: 5px;
    border: 1px solid;
    vertical-align: middle;
}

@media only screen and (max-width: 980px) {
    body {
        font-size: 1.5em;
    }
    th, td {
        font-family: inherit;
        font-size: inherit;
    }
    td.interpretation {
        max-width: 10rem;
    }
}