@font-face {
    font-family: 'Calibri';
    src:
        local('calibri_400'),
        url('calibri_400.woff2') format('woff2'),
        url('calibri_400.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Calibri';
    src:
        local('calibri_300'),
        url('calibri_300.woff2') format('woff2'),
        url('calibri_300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Calibri';
    src:
        local('calibri_700'),
        url('calibri_700.woff2') format('woff2'),
        url('calibri_700.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura';
    src:
        local('futura_300'),
        url('futura_300.woff2') format('woff2'),
        url("futura_300.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura';
    src:
        local('futura_400'),
        url('futura_400.woff2') format('woff2'),
        url("futura_400.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura';
    src:
        local('futura_500'),
        url('futura_500.woff2') format('woff2'),
        url("futura_500.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}