@font-face {
    font-family: 'LouvreSans';
    src: url("./fonts/LouvreSansRegular.otf") format("opentype"), 
         url("./fonts/LouvreSansRegular.ttf") format("truetype"); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LouvreSans';
    src: url("./fonts/LouvreSansMedium.otf") format("opentype"), 
         url("./fonts/LouvreSansMedium.ttf") format("truetype"); 
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Arsenica';
    src: url("./fonts/Arsenica-Variable-Roman.otf") format("opentype"),
         url("./fonts/Arsenica-Variable-Roman.ttf") format("truetype"); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arsenica';
    src: url("./fonts/Arsenica-Text-Bold-Italic.otf") format("opentype"),
         url("./fonts/Arsenica-Text-Bold-Italic.ttf") format("truetype"); 
    font-weight: bold;
    font-style: italic;
}

