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

}

.text-nexa-bold {
    font-family: 'nexa_boldregular';
}



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

}

.text-sangbleu-light {
    font-family: 'sangbleu_seriflight';
}


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

}

.text-sangbleu-light-italic {
    font-family: 'sangbleu_seriflight_italic';
}



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

}


.text-sofia-light {
    font-family: 'sofia_prolight';
}



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

}

.text-sofia {
    font-family: 'sofia_proregular';
}

.text-12 {
    font-size: 12px;
}

.text-14 {
    font-size: 14px;
}

.text-16 {
    font-size: 16px;
}

.text-60 {
    font-size: 60px;
}