﻿@font-face { 
    font-family: 'dana VF';
    src: url('Dana/DanaVF.woff') format('woff-variations'),
    /* will be the standard and works in Safari now */
    url('Dana/DanaVF.woff') format('woff');
    /* for the other supporting browsers */
    font-display: fallback;
}
@font-face {
    font-family: dana;
    src: url('Dana/staticfonts/dana-regular.woff') format('woff');
}
@font-face {
    font-family: dana;
    src: url('Dana/staticfonts/dana-bold.woff') format('woff');
    font-weight: 700;
}
:root{
        --bugzi-panel-font: 'dana';
    }
@supports (font-variation-settings: normal) {
	:root{
        --bugzi-panel-font: 'dana VF';
    }

}