@font-face {
    font-family: 'Mont';
    src: url('/style/fonts/Mont-RegularItalic.woff2') format('woff2'),
        url('/style/fonts/Mont-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Mont';
    src: url('/style/fonts/Mont-HeavyItalic.woff2') format('woff2'),
        url('/style/fonts/Mont-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('/style/fonts/Mont-Heavy.woff2') format('woff2'),
        url('/style/fonts/Mont-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Infra';
    src: url('/style/fonts/Infra-RegularItalic.woff2') format('woff2'),
        url('/style/fonts/Infra-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Infra';
    src: url('/style/fonts/Infra-BoldItalic.woff2') format('woff2'),
        url('/style/fonts/Infra-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

