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

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

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


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

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

/** Inter italic **/
/* @font-face {
    font-family: "Inter";
    font-weight: 400;
    font-style: normal;
    src: url("Inter_18pt-Italic.ttf") format("truetype");
} */


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


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

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

}

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

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