@font-face {
    font-family: "TAN Nimbus";
    src: url("../fonts/TAN-NIMBUS.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Wordmark: wins over `.cinzel` when both classes are on the same element */
.cinzel.font-logo {
    font-family: "TAN Nimbus", "Baloo 2", cursive;
    font-weight: 400;
    text-transform: lowercase;
}
