@font-face {
    font-family: 'Mulish';
    src: url('mulish/mulish-extra-light-font.woff2') format('woff2'),
    url('mulish/mulish-extra-light-font.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Mulish';
    src: url('mulish/mulish-regular-font.woff2') format('woff2'),
    url('mulish/mulish-regular-font.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Mulish';
    src: url('mulish/mulish-black-font.woff2') format('woff2'),
    url('mulish/mulish-black-font.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: block;
}
/* Sofia Sans Condensed – Bold */
@font-face {
    font-family: 'Sofia Sans Condensed';
    src: url('sofia/sofia-sans-bold-font.woff2') format('woff2'),
    url('sofia/sofia-sans-bold-font.woff') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/* Sofia Sans – Light */
@font-face {
    font-family: 'Sofia Sans';
    src: url('sofia/sofia-sans-light-font.woff2') format('woff2'),
    url('sofia/sofia-sans-light-font.woff') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}