/* 
    Additional Sofia Pro fonts may be downloaded from
    https://en.bestfonts.pro/font/sofia-pro 
*/

@font-face {
    font-family: 'Sofia Pro';
    src: local('Sofia Pro Regular'), local('Sofia-Pro-Regular'),
        url('./webfonts/SofiaProRegular.woff2') format('woff2'),
        url('./webfonts/SofiaProRegular.woff') format('woff'),
        url('./webfonts/SofiaProRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Pro';
    src: local('Sofia Pro Medium'), local('Sofia-Pro-Medium'),
        url('./webfonts/SofiaProMedium.woff2') format('woff2'),
        url('./webfonts/SofiaProMedium.woff') format('woff'),
        url('./webfonts/SofiaProMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Pro';
    src: local('Sofia Pro Semi Bold'), local('Sofia-Pro-Semi-Bold'),
        url('./webfonts/SofiaProSemiBold.woff2') format('woff2'),
        url('./webfonts/SofiaProSemiBold.woff') format('woff'),
        url('./webfonts/SofiaProSemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Pro';
    src: local('Sofia Pro Bold'), local('Sofia-Pro-Bold'),
        url('./webfonts/SofiaProBold.woff2') format('woff2'),
        url('./webfonts/SofiaProBold.woff') format('woff'),
        url('./webfonts/SofiaProBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}