@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Didact+Gothic&family=Poppins:wght@300;400;500;600;700&family=Roboto&display=swap");

/*
font-family: 'Didact Gothic', sans-serif;
font-weight: 400;

font-family: 'Poppins', sans-serif;
font-weight: 300;
font-weight: 400;
font-weight: 500;
font-weight: 600;
font-weight: 700;

font-family: 'Bebas Neue', sans-serif;
font-weight: 400;
*/

@font-face {
    font-family: "sallim";
    src: url("../fonts/Sallim.ttf");
}

@font-face {
    font-family: "CenturyGothic";
    src: url("../fonts/CenturyGothic.ttf");
}

.sallim {
    font-family: "sallim";
    font-weight: 400;
    font-size: 1rem;
}

.cgothic {
    font-family: "CenturyGothic";
    font-weight: 400;
    font-size: 1rem;
}

.didact {
    font-family: "Didact Gothic", sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

.poppins {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}
