@font-face {
    font-family: "Campton";
    src: url("../fonts/CamptonThin.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Campton";
    src: url("../fonts/CamptonThinItalic.otf") format("opentype");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "Campton";
    src: url("../fonts/CamptonExtraLight.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Campton";
    src: url("../fonts/CamptonExtraLightItalic.otf") format("opentype");
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: "Campton";
    src: url("../fonts/CamptonLight.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Campton";
    src: url("../fonts/CamptonLightItalic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Campton";
    src: url("../fonts/CamptonBook.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Campton";
    src: url("../fonts/CamptonBookItalic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Campton";
    src: url("../fonts/CamptonMedium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Campton";
    src: url("../fonts/CamptonMediumItalic.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Campton Semi Bold";
    src: url("../fonts/CamptonSemiBold.otf") format("opentype");
    /* font-style: normal; */
}

@font-face {
    font-family: "Campton";
    src: url("../fonts/CamptonSemiBoldItalic.otf") format("opentype");
    font-weight: var(--title-bold);
    font-style: italic;
}

@font-face {
    font-family: "Campton";
    src: url("../fonts/CamptonBold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Campton";
    src: url("../fonts/CamptonBoldItalic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Campton";
    src: url("../fonts/CamptonExtraBold.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Campton";
    src: url("../fonts/CamptonExtraBoldItalic.otf") format("opentype");
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: "Campton";
    src: url("../fonts/CamptonBlack.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Campton";
    src: url("../fonts/CamptonBlackItalic.otf") format("opentype");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat Regular";
    font-style: normal;
    font-weight: normal;
    src: local("Montserrat Regular"),
        url("../fonts/Montserrat-Regular.ttf") format("opentype");
}

@font-face {
    font-family: "Montserrat Italic";
    font-style: normal;
    font-weight: normal;
    src: local("Montserrat Italic"),
        url("../fonts/Montserrat-Italic.ttf") format("woff");
}

@font-face {
    font-family: "Montserrat Thin";
    font-style: normal;
    font-weight: normal;
    src: local("Montserrat Thin"),
        url("../fonts/Montserrat-Thin.ttf") format("woff");
}

@font-face {
    font-family: "Montserrat Thin Italic";
    font-style: normal;
    font-weight: normal;
    src: local("Montserrat Thin Italic"),
        url("../fonts/Montserrat-ThinItalic.woff") format("woff");
}

@font-face {
    font-family: "Montserrat ExtraLight";
    font-style: normal;
    font-weight: normal;
    src: local("Montserrat ExtraLight"),
        url("../fonts/Montserrat-ExtraLight.woff") format("woff");
}

@font-face {
    font-family: "Montserrat ExtraLight Italic";
    font-style: normal;
    font-weight: normal;
    src: local("Montserrat ExtraLight Italic"),
        url("../fonts/Montserrat-ExtraLightItalic.woff") format("woff");
}

@font-face {
    font-family: "Montserrat Light";
    font-style: normal;
    font-weight: normal;
    src: local("Montserrat Light"),
        url("../fonts/Montserrat-Light.ttf") format("opentype");
}

@font-face {
    font-family: "Montserrat Light Italic";
    font-style: normal;
    font-weight: normal;
    src: local("Montserrat Light Italic"),
        url("../fonts/Montserrat-LightItalic.woff") format("woff");
}

@font-face {
    font-family: "Montserrat Medium";
    font-style: normal;
    font-weight: normal;
    src: local("Montserrat Medium"),
        url("../fonts/Montserrat-Medium.ttf") format("opentype");
}

@font-face {
    font-family: "Montserrat Medium Italic";
    font-style: normal;
    font-weight: normal;
    src: local("Montserrat Medium Italic"),
        url("../fonts/Montserrat-MediumItalic.woff") format("woff");
}

@font-face {
    font-family: "Montserrat SemiBold";
    font-style: normal;
    font-weight: normal;
    src: local("Montserrat SemiBold"),
        url("../fonts/Montserrat-SemiBold.ttf") format("opentype");
}

@font-face {
    font-family: "Montserrat SemiBold Italic";
    font-style: normal;
    font-weight: normal;
    src: local("Montserrat SemiBold Italic"),
        url("../fonts/Montserrat-SemiBoldItalic.ttf") format("opentype");
}

@font-face {
    font-family: "Montserrat Bold";
    font-style: normal;
    font-weight: normal;
    src: local("Montserrat Bold"),
        url("../fonts/Montserrat-Bold.ttf") format("opentype");
}

@font-face {
    font-family: "Montserrat Bold Italic";
    font-style: normal;
    font-weight: normal;
    src: local("Montserrat Bold Italic"),
        url("../fonts/Montserrat-BoldItalic.woff") format("woff");
}

@font-face {
    font-family: "Montserrat ExtraBold";
    font-style: normal;
    font-weight: normal;
    src: local("Montserrat ExtraBold"),
        url("../fonts/Montserrat-ExtraBold.woff") format("woff");
}

@font-face {
    font-family: "Montserrat ExtraBold Italic";
    font-style: normal;
    font-weight: normal;
    src: local("Montserrat ExtraBold Italic"),
        url("../fonts/Montserrat-ExtraBoldItalic.woff") format("woff");
}

@font-face {
    font-family: "Montserrat Black";
    font-style: normal;
    font-weight: normal;
    src: local("Montserrat Black"),
        url("../fonts/Montserrat-Black.woff") format("woff");
}

@font-face {
    font-family: "Montserrat Black Italic";
    font-style: normal;
    font-weight: normal;
    src: local("Montserrat Black Italic"),
        url("../fonts/Montserrat-BlackItalic.woff") format("woff");
}
