@font-face {
    font-family: "W95FA";
    src: url("../fonts/W95FA.otf") format("opentype");
    font-style: normal;
}

:root {
    --font: "MS Sans Serif";
}

button {
    font-family: var(--font);
    font-weight: bold;

    border: 0;
    padding: 2px;

    text-align: center;
}

button:focus,
button:hover,
button:active {
    border: none;
}

.clock {
    font-family: var(--font);

    font-size: 8pt;
    font-weight: normal;
    text-align: center;

    padding-left: 6px;
    padding-right: 4px;

    height: auto;
}