/* =====================================================
   Mont Font Family
   ===================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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