/** =================== HEEBO =================== **/

/** Heebo Thin **/
@font-face {
    font-family: "Heebo-Thin";
    font-weight: 100;
    font-style: normal;
    src: url("Heebo-Thin.ttf");
}

/** Heebo Light **/
@font-face {
    font-family: "Heebo";
    font-weight: 300;
    font-style: normal;
    src: url("Heebo-Light.ttf");
}

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

/** Heebo Medium **/
@font-face {
    font-family: "Heebo";
    font-weight: 500;
    font-style: normal;
    src: url("Heebo-Medium.ttf");
}

/** Heebo Bold **/
@font-face {
    font-family: "Heebo";
    font-weight: 700;
    font-style: normal;
    src: url("Heebo-Bold.ttf");
}

/** Heebo ExtraBold **/
@font-face {
    font-family: "Heebo";
    font-weight: 800;
    font-style: normal;
    src: url("Heebo-ExtraBold.ttf");
}

/** Heebo Black **/
@font-face {
    font-family: "Heebo";
    font-weight: 900;
    font-style: normal;
    src: url("Heebo-Black.ttf");
}