@font-face {
    font-family: 'Mistral';
    src: url('/fonts/mistral_regular.ttf') format('truetype'),
    url('/fonts/mistral_regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Monotype Corsiva';
    src: url('/fonts/monotype-corsiva1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}