/* Sofia Pro Bold */
@font-face {
    font-family: 'SofiaProBold';
    src: url('./fonts/SofiaProBold.woff2') format('woff2'), /* Modern browsers */
         url('./fonts/SofiaProBold.woff') format('woff'),   /* Older browsers */
         url('./fonts/SofiaProBold.ttf') format('truetype'); /* Fallback */
    font-weight: 700;
    font-style: normal;
}

/* Sofia Pro Medium */
@font-face {
    font-family: 'SofiaProMedium';
    src: url('./fonts/SofiaProMedium.woff2') format('woff2'), /* Modern browsers */
         url('./fonts/SofiaProMedium.woff') format('woff'),   /* Older browsers */
         url('./fonts/SofiaProMedium.ttf') format('truetype'); /* Fallback */
    font-weight: 500;
    font-style: normal;
}

/* Sofia Pro Regular */
@font-face {
    font-family: 'SofiaProRegular';
    src: url('./fonts/SofiaProRegular.woff2') format('woff2'), /* Modern browsers */
         url('./fonts/SofiaProRegular.woff') format('woff'),   /* Older browsers */
         url('./fonts/SofiaProRegular.ttf') format('truetype'); /* Fallback */
    font-weight: normal;
    font-style: normal;
}

/* Sofia Pro Light */
@font-face {
    font-family: 'SofiaProLight';
    src: url('./fonts/SofiaProLight.woff2') format('woff2'), /* Modern browsers */
         url('./fonts/SofiaProLight.woff') format('woff'),   /* Older browsers */
         url('./fonts/SofiaProLight.ttf') format('truetype'); /* Fallback */
    font-weight: 300;
    font-style: normal;
}