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

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

@font-face {
    font-family: 'MyriadPro';
    font-style: italic;
    src: url('fonts/MYRIADPRO-IT.woff2') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'MyriadPro';
    font-weight: bold;
    src: url('fonts/MYRIADPRO-BOLDCOND.woff2') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'MyriadPro';
    font-weight: bold;
    font-style: italic;
    src: url('fonts/MYRIADPRO-BOLDIT.woff2') format('truetype');
    font-display: swap;
}