@font-face {
    font-family: 'Sofia Pro';
    src: local('Sofia Pro Bold'), local('SofiaProBold'),
        url('SofiaProBold.woff2') format('woff2'),
        url('SofiaProBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: local('Sofia Pro Light'), local('SofiaProLight'),
        url('SofiaProLight.woff2') format('woff2'),
        url('SofiaProLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro Semi';
    src: local('Sofia Pro Semi Bold'), local('SofiaProSemiBold'),
        url('SofiaProSemiBold.woff2') format('woff2'),
        url('SofiaProSemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: local('Sofia Pro Black'), local('SofiaProBlack'),
        url('SofiaProBlack.woff2') format('woff2'),
        url('SofiaProBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: local('Sofia Pro Regular'), local('SofiaProRegular'),
        url('SofiaProRegular.woff2') format('woff2'),
        url('SofiaProRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: local('Sofia Pro Medium'), local('SofiaProMedium'),
        url('SofiaProMedium.woff2') format('woff2'),
        url('SofiaProMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Oregano';
    src: local('Oregano'), local('Oregano-Regular'),
        url('Oregano-Regular.woff2') format('woff2'),
        url('Oregano-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



