/*
* Light
*/

@font-face {
    font-family: 'tt_norms_pro_light';
    src: url('light/tt_norms_pro_light-webfont.woff2') format('woff2'),
         url('light/tt_norms_pro_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tt_norms_pro_light_italic';
    src: url('lightitalic/tt_norms_pro_light_italic-webfont.woff2') format('woff2'),
         url('lightitalic/tt_norms_pro_light_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




/*
* Regular
*/

@font-face {
    font-family: 'tt_norms_pro_regular';
    src: url('regular/tt_norms_pro_regular-webfont.woff2') format('woff2'),
         url('regular/tt_norms_pro_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tt_norms_pro_italic';
    src: url('italic/tt_norms_pro_italic-webfont.woff2') format('woff2'),
         url('italic/tt_norms_pro_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




/*
* Medium
*/

@font-face {
    font-family: 'tt_norms_pro_medium';
    src: url('medium/tt_norms_pro_medium-webfont.woff2') format('woff2'),
         url('medium/tt_norms_pro_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tt_norms_pro_medium_italic';
    src: url('mediumitalic/tt_norms_pro_medium_italic-webfont.woff2') format('woff2'),
         url('mediumitalic/tt_norms_pro_medium_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}





/*
* Bold
*/

@font-face {
    font-family: 'tt_norms_pro_bold';
    src: url('bold/tt_norms_pro_bold-webfont.woff2') format('woff2'),
         url('bold/tt_norms_pro_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tt_norms_pro_bold_italic';
    src: url('bolditalic/tt_norms_pro_bold_italic-webfont.woff2') format('woff2'),
         url('bolditalic/tt_norms_pro_bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}