@font-face {
    font-family: Montserrat;
    font-weight: 100;
    font-style: normal;
    src: url('/fonts/Montserrat-Thin.ttf');
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    font-weight: 200;
    font-style: normal;
    src: url('/fonts/Montserrat-ExtraLight.ttf');
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    font-weight: 300;
    font-style: normal;
    src: url('/fonts/Montserrat-Light.otf') format("opentype");
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    src: url('/fonts/Montserrat-Regular.otf') format("opentype");
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    src: url('/fonts/Montserrat-Medium.otf') format("opentype");
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    src: url('/fonts/Montserrat-SemiBold.otf') format("opentype");
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    src: url('/fonts/Montserrat-Bold.otf') format("opentype");
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    font-weight: 800;
    font-style: normal;
    src: url('/fonts/Montserrat-ExtraBold.otf') format("opentype");
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    font-weight: 900;
    font-style: normal;
    src: url('/fonts/Montserrat-Black.otf') format("opentype");
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    font-weight: 100;
    font-style: italic;
    src: url('/fonts/Montserrat-ThinItalic.ttf');
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    font-weight: 200;
    font-style: italic;
    src: url('/fonts/Montserrat-ExtraLightItalic.ttf');
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    font-weight: 300;
    font-style: italic;
    src: url('/fonts/Montserrat-LightItalic.otf') format("opentype");
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    font-weight: 400;
    font-style: italic;
    src: url('/fonts/Montserrat-BookItalic.otf') format("opentype");
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    font-weight: 500;
    font-style: italic;
    src: url('/fonts/Montserrat-MediumItalic.otf') format("opentype");
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    font-weight: 600;
    font-style: italic;
    src: url('/fonts/Montserrat-SemiBoldItalic.otf') format("opentype");
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    font-weight: 700;
    font-style: italic;
    src: url('/fonts/Montserrat-BoldItalic.otf') format("opentype");
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    font-weight: 800;
    font-style: italic;
    src: url('/fonts/Montserrat-ExtraBoldItalic.otf') format("opentype");
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    font-weight: 900;
    font-style: italic;
    src: url('/fonts/Montserrat-BlackItalic.otf') format("opentype");
    font-display: swap;
}