/*Titles*/


/* Regular */
@font-face {
    font-family: 'MicroExtendFLF Regular';
    src: url("../fonts/MicroExtendFLF.ttf");
    font-weight: 300;
}


/* Bold */
@font-face {
    font-family: 'MicroExtend FLF Bold';
    src: url("../fonts/MicroExtend FLF Bold.ttf");
    font-weight: 500;
}




/*Body*/

/* Light */
@font-face {
    font-family: 'FiraSans Light';
    src: url("../fonts/FiraSans-Thin.ttf");
    font-weight: 200;
}

/* Regular */
@font-face {
    font-family: 'FiraSans Regular';
    src: url("../fonts/FiraSans-Regular.ttf");
    font-weight: 300;
}

/* Semi-Bold */
@font-face {
    font-family: 'FiraSans Semi-Bold';
    src: url("../fonts/FiraSans-SemiBold.ttf");
    font-weight: 400;
}

/* Bold */
@font-face {
    font-family: 'FiraSans Bold';
    src: url("../fonts/FiraSans-Bold.ttf");
    font-weight: 500;
}

/* Heavy */
@font-face {
    font-family: 'FiraSans Heavy';
    src: url("../fonts/FiraSans-ExtraBold.ttf");
    font-weight: 600;
}