@font-face {
    font-family: 'Regular';
    font-style: normal;
	font-display:swap;
    src: local('Sofia Pro Light'), url('../fonts/SofiaProLight.woff2') format('woff2'), url('../fonts/SofiaProLight.woff') format('woff'), url('../fonts/SofiaProLight.ttf') format('truetype'), url('../fonts/SofiaProLight.eot') format('opentype');
}

@font-face {
    font-family: 'Bold';
    font-style: normal;
	font-display:swap;
    src: local('Sofia Pro Medium'), url('../fonts/SofiaProMedium.woff2') format('woff2'), url('../fonts/SofiaProMedium.woff') format('woff'), url('../fonts/SofiaProMedium.ttf') format('truetype'), url('../fonts/SofiaProMedium.eot') format('opentype');
}

@font-face {
    font-family: 'Fat';
    font-style: normal;
	font-display:swap;
    src: local('Sofia Pro Bold'), url('../fonts/SofiaProBold.woff2') format('woff2'), url('../fonts/SofiaProBold.woff') format('woff'), url('../fonts/SofiaProBold.ttf') format('truetype'), url('../fonts/SofiaProBold.eot') format('opentype');
}

@font-face {
    font-family: 'Light';
    font-style: normal;
	font-display:swap;
    src: local('Sofia Pro Extra Light'), url('../fonts/SofiaProExtraLight.woff2') format('woff2'), url('../fonts/SofiaProExtraLight.woff') format('woff'), url('../fonts/SofiaProExtraLight.ttf') format('truetype'), url('../fonts/SofiaProExtraLight.eot') format('opentype');
}