@font-face {
    font-family: 'Dana';
    src:
        url('/DanaVF.woff2') format('woff2'),
        url('/DanaVF.woff') format('woff');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

html,
body,
button,
input,
select,
textarea {
    font-family: 'Dana', sans-serif !important;
}

body,
body * {
    font-family: 'Dana', sans-serif !important;
}

html, body {
    font-family: 'Dana', sans-serif !important;
}

:root {
    --font-bold: 699 !important;
}

strong {
    font-weight: var(--font-bold) !important;
}


:root {
    --global-body-font-family: 'Dana', sans-serif !important;
    --global-heading-font-family: 'Dana', sans-serif !important;
}


