/* Heebo */

@font-face {
    font-family: 'heebo_thin';
    src: url('../fonts/Heebo/Heebo-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'heebo_light';
    src: url('../fonts/Heebo/Heebo-Light.ttf') format('truetype');
    font-weight: lighter;
    font-style: normal;

}

@font-face {
    font-family: 'heebo_regular';
    src: url('../fonts/Heebo/Heebo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'heebo_medium';
    src: url('../fonts/Heebo/Heebo-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'heebo_bold';
    src: url('../fonts/Heebo/Heebo-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}

/* Fourth */

@font-face {
    font-family: 'fourth_regular';
    src: url('../fonts/Fourth/fourth-regular.eot');
    src: url('../fonts/Fourth/fourth-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Fourth/fourth-regular.woff2') format('woff2'),
         url('../fonts/Fourth/fourth-regular.woff') format('woff'),
         url('../fonts/Fourth/fourth-regular.ttf') format('truetype'),
         url('../fonts/Fourth/fourth-regular.svg#fourthregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Simplifica */
@font-face {
    font-family: 'simplifica';
    src: url('../fonts/Simplifica/Simplifica.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}