/**
 * 100 - Thin
 * 200 - Extra Light (Ultra Light)
 * 300 - Light
 * 400 - Regular (Normal銆丅ook銆丷oman)
 * 500 - Medium
 * 600 - Semi Bold (Demi Bold)
 * 700 - Bold
 * 800 - Extra Bold (Ultra Bold)
 * 900 - Black (Heavy)
 */
@font-face {
    font-family: "Inter";
    src: url("Inter.ttf") format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}

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

@font-face {
    font-family: "Inter";
    src: url("Inter-ExtraLight.ttf") format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: "Inter";
    src: url("Inter-Light.ttf") format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: light;
}

@font-face {
    font-family: "Inter";
    src: url("Inter-Bold.ttf") format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "Inter";
    src: url("Inter-Bold.ttf") format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 700;
}
