@font-face {
    font-family: 'Libre-Baskerville';
    font-weight: 400;
    src: url('../fonts/Libre_Baskerville/LibreBaskerville-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Libre-Baskerville';
    font-weight: 700;
    src: url('../fonts/Libre_Baskerville/LibreBaskerville-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Libre-Baskerville';
    font-weight: 500;
    src: url('../fonts/Libre_Baskerville/LibreBaskerville-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'JostRegular';
    font-weight: 400;
    src: url('../fonts/Jost/static/Jost-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'JostBold';
    font-weight: 700;
    src: url('../fonts/Jost/static/Jost-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'JostMedium';
    font-weight: 500;
    src: url('../fonts/Jost/static/Jost-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'JostLight';
    font-weight: 500;
    src: url('../fonts/Jost/static/Jost-Light.ttf') format('truetype');
}


