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

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