/* Heebo main */

@font-face{
    font-family:'heebo';
    font-weight:300; /*(light)*/
    font-style: normal;
   src: url('Heebo-Light.ttf') format('truetype');
   font-display:swap;
}
@font-face{
    font-family:'heebo';
    font-weight:400; /*(regular)*/
    font-style: normal;
    src: url('Heebo-Regular.ttf') format('truetype');
    font-display:swap;
}
@font-face{
    font-family:'heebo';
    font-weight:500; /*(Medium)*/
    font-style: normal;
    src: url('Heebo-Medium.ttf') format('truetype');
    font-display:swap;
}
@font-face{
    font-family:'heebo';
    font-weight:700; /*(bold)*/
    font-style: normal;
    src: url('Heebo-Bold.ttf') format('truetype');
    font-display:swap;
}
