@font-face {
    font-family: 'danaVF';
    src: url('variable/DanaVF.woff') format('woff-variations'),
         url('variable/DanaVF.woff2') format('woff2-variations'),
         url('variable/DanaVF.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'dana';
    src: url('static/dana-regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'dana';
    src: url('static/dana-bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'dana';
    src: url('static/dana-regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'dana';
    src: url('static/dana-bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}