@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

@font-face {
    font-family: 'Sofia Pro Regular';
    src: url('sofia_pro_regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro Bold';
    src: url('sofia_pro_bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}