@font-face {
    font-family: "Inter";
    src: url("/src/assets/fonts/Inter.ttf") format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 100 900;
}

@font-face {
    font-family: "Poppins";
    src: url("/src/assets/fonts/Poppins.ttf") format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 100 900;
}
