/* Poppins 600 */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    src: url("/Assets/Fonts/Poppins-600.woff2") format("woff2");
    font-display: swap;
}

/* Oswald 700 */
@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 700;
    src: url("/Assets/Fonts/Oswald-700.woff2") format("woff2");
    font-display: swap;
}

/* Lato 400 */
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    src: url("/Assets/Fonts/Lato-400.woff2") format("woff2");
    font-display: swap;
}

.font-lato {
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

.font-oswald {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
}

.font-poppins {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}