/** =================== Inter =================== **/

/** Inter Thin **/
@font-face {
    font-family: "Inter", sans-serif;
    font-weight: 100;
    font-style: normal;
    src: url("Inter-Thin.ttf") format("truetype");
}

/** Inter ExtraLight **/
@font-face {
    font-family: "Inter", sans-serif;
    font-weight: 200;
    font-style: normal;
    src: url("Inter-ExtraLight.ttf") format("truetype");
}

/** Inter Light **/
@font-face {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: normal;
    src: url("Inter-Light.ttf") format("truetype");
}

/** Inter Regular **/
@font-face {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    src: url("Inter-Regular.ttf") format("truetype");
}

/** Inter Medium **/
@font-face {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: normal;
    src: url("Inter-Medium.ttf") format("truetype");
}

/** Inter SemiBold **/
@font-face {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
    src: url("Inter-SemiBold.ttf") format("truetype");
}

/** Inter Bold **/
@font-face {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: normal;
    src: url("Inter-Bold.ttf") format("truetype");
}

/** Inter ExtraBold **/
@font-face {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-style: normal;
    src: url("Inter-ExtraBold.ttf") format("truetype");
}

/** Inter Black **/
@font-face {
    font-family: "Inter", sans-serif;
    font-weight: 900;
    font-style: normal;
    src: url("Inter-Black.ttf") format("truetype");
}