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

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

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