/* === fonts === */
@font-face {
    font-family: "Inter";
    src: url("../assets/fonts/static/Inter-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Inter";
    src: url("../assets/fonts/static/Inter-SemiBold.ttf") format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: "Inter";
    src: url("../assets/fonts/static/Inter-Bold.ttf") format("truetype");
    font-weight: 700;
}

/* === fonts variables === */
@font-face {
    font-family: "InterVar";
    src: url("../assets/fonts/variable/Inter-VariableFont_slnt-wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
}
