@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Montserrat-Bold.otf');
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/CalibriRegular.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/CalibriItalic.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/CalibriBold.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/CalibriBoldItalic.ttf');
    font-display: swap;
}

@font-face {
    font-family: "Rockwell";
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/RockwellBold.woff2') format("woff2");
    font-display: swap;
}