@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(/fonts/mulish-200.ttf) format('truetype');
}

@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(/fonts/mulish-300.ttf) format('truetype');
}

@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/mulish-400.ttf) format('truetype');
}

@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/fonts/mulish-700.ttf) format('truetype');
}

@font-face {
    font-family: 'Ovo';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/ovo-400.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Code Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/sourcecodepro-400.ttf) format('truetype');
}