@font-face {
    font-family: heebo;
    src: url('../fonts/Heebo/static/Heebo-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: heebo;
    src: url('../fonts/Heebo/static/Heebo-Bold.ttf');
    font-weight: bold;
}

* {
    font-family: "heebo";
}