﻿/***thin***/
@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/Heebo-Thin.ttf') format('truetype');
}

/***light***/
@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Heebo-Light.ttf') format('truetype');
}

/***regular***/
@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Heebo-Regular.ttf') format('truetype');
}

/***Medium***/
@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Heebo-Medium.ttf') format('truetype');
}

/***Bold**/
@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Heebo-Bold.ttf') format('truetype');
}

/***Black**/
@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/Heebo-ExtraBold.ttf') format('truetype');
}


/***Black**/
@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/Heebo-Black.ttf') format('truetype');
}
