@font-face {
    font-family: 'Magistral';
    font-weight: normal;
    font-style: normal;
    src: url('./Magistral\ Regular.otf');
    font-display: swap;
}
@font-face {
    font-family: 'Magistral Bold';
    font-weight: normal;
    font-style: normal;
    src: url('./Magistral\ Bold.otf');
    font-display: swap;
}
@font-face {
    font-family: 'Magistral Black';
    font-weight: normal;
    font-style: normal;
    src: url('./MagistralBlack.otf');
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Bold';
    font-weight: normal;
    font-style: normal;
    src: url('./OpenSans-CondBold.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans Light';
    font-weight: normal;
    font-style: normal;
    src: url('./OpenSans-CondLight.ttf');
    font-display: swap;
}