@font-face {
    font-family: 'Libre Franklin';
    src: url("/assets/fonts/Libre_Franklin/LibreFranklin-VariableFont_wght.ttf") format("truetype-variations");
    font-style: normal;
    font-weight: 300 800;
}

@font-face {
    font-family: 'Open Sans';
    src: url("/assets/fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf") format("truetype-variations");
    font-style: normal;
    font-weight: 300 800;
}

@font-face {
    font-family: 'Poppins';
    src: url("/assets/fonts/Poppins/Poppins-Bold.ttf") format("truetype-variations");
    font-weight: bold;
    font-style: normal;
}

/* TheSans */
@font-face {
    font-family: 'TheSans';
    src: url("/assets/fonts/font1.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TheSans';
    src: url("/assets/fonts/font2.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

/* TheSans */
@font-face {
    font-family: 'Caecilia';
    src: url("/assets/fonts/Caecilia/CaeciliaLTPro46LightIt.TTF") format("truetype");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Caecilia';
    src: url("/assets/fonts/Caecilia/CaeciliaLTPro56RomanIt.TTF") format("truetype");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Caecilia';
    src: url("/assets/fonts/Caecilia/CaeciliaLTPro76BoldIt.TTF") format("truetype");
    font-weight: 700;
    font-style: italic;
}








