@font-face {
    font-family: 'QuestaGrande';
    src: url('../font/2-questa_grande_regular_31.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Light';
    src: url('../font/Montserrat Light 300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}