@font-face {
    font-family: "Dana";
    src: url("../dana/DanaVF.woff2") format("woff2"),
         url("../dana/DanaVF.woff") format("woff");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Utility classes to apply Dana font even with global * selector */
.font-dana, .font-dana * {
    font-family: "Dana", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}


