@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300 600;
    font-display: swap;
    src: url("../lib/fonts/inter/Inter-Latin.woff2") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url("../lib/fonts/roboto/Roboto-Latin.woff2") format("woff2");
}

@font-face {
    font-family: "Cabin Condensed";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../lib/fonts/cabin-condensed/CabinCondensed-Regular.woff2") format("woff2");
}
@font-face {
    font-family: "Cabin Condensed";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../lib/fonts/cabin-condensed/CabinCondensed-Medium.woff2") format("woff2");
}
@font-face {
    font-family: "Cabin Condensed";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../lib/fonts/cabin-condensed/CabinCondensed-Bold.woff2") format("woff2");
}
