@font-face {
    font-family: 'Zag';
    src: url('ZagBold.woff2') format('woff2'),
        url('ZagBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zag';
    src: url('ZagRegular.woff2') format('woff2'),
        url('ZagRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

