@font-face {
    font-family: 'Tenor Sans';
    src: url('TenorSans.woff2') format('woff2'),
        url('TenorSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Articulat CF';
    src: url('FONTSPRINGDEMO-ArticulatCFRegular.woff2') format('woff2'),
        url('FONTSPRINGDEMO-ArticulatCFRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
     
}

@font-face {
    font-family: 'Articulat CF';
    src: url('FONTSPRINGDEMO-ArticulatCFMediumRegular.woff2') format('woff2'),
        url('FONTSPRINGDEMO-ArticulatCFMediumRegular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Articulat CF';
    src: url('FONTSPRINGDEMO-ArticulatCFBold.woff2') format('woff2'),
        url('FONTSPRINGDEMO-ArticulatCFBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Articulat CF';
    src: url('FONTSPRINGDEMO-ArticulatCFHeavyRegular.woff2') format('woff2'),
        url('FONTSPRINGDEMO-ArticulatCFHeavyRegular.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}