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

/** Inter Black **/
@font-face {
    font-family: "Inter, sans-serif";
    font-weight: 100;
    font-style: normal;
    src: url("Inter-Black.ttf") format("truetype"),
         url("Inter-Black.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"),
         url("Inter-Bold.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"),
         url("Inter-Medium.ttf") format("truetype");
}

/** Inter Regular **/
@font-face {
    font-family: "Inter, sans-serif";
    font-weight: 100;
    font-style: normal;
    src: url("Inter-Regular.ttf") format("truetype"),
         url("Inter-Regular.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"),
         url("Inter-SemiBold.ttf") format("truetype");
}