@font-face {
    font-family: 'Heebo-Black';
    src: url(heebo/Heebo-Black.ttf);
    font-weight: 900;
}

@font-face {
    font-family: 'Heebo-Light';
    src: url(heebo/Heebo-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: 'Heebo-Medium';
    src: url(heebo/Heebo-Medium.ttf);
    font-weight: 500;
}

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

@font-face {
    font-family: 'Heebo-ExtraBold';
    src: url(heebo/Heebo-ExtraBold.ttf);
    font-weight: 800;
}

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

@font-face {
    font-family: 'HeptaSlab-Bold';
    src: url(hepta_slab/HeptaSlab-Bold.ttf);
    font-weight: 700;
}