@font-face {
    font-family: 'sofia_promedium';
    src: url('../fonts/Sofia_Pro_Medium.otf') format('opentype'),
    url('../fonts/Sofia_Pro_Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sofia_proregular';
    src: url('../fonts/Sofia_Pro_Regular.otf') format('opentype'),
    url('../fonts/Sofia_Pro_Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sofia_prolight';
    src: url('../fonts/sofia_pro_light.otf') format('opentype'),
    url('../fonts/sofia_pro_light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sofia_proultralight';
    src: url('../fonts/Sofia_Pro_Extra_Light.otf') format('opentype'),
    url('../fonts/Sofia_Pro_Extra_Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}