@font-face {
    font-family: Cetary;
    font-style: normal;
    font-weight: 400;
    src: url("Cetary.ttf") format('truetype');
    font-display: swap;    
}

@font-face {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 400;
    src: url('PlusJakartaSans-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 600;
    src: url('PlusJakartaSans-SemiBold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    src: url('PlusJakartaSans-Medium.ttf') format('truetype'); 
    font-display: swap;
}

@font-face {
    font-family: "Libre Baskerville";
    font-style: normal;
    font-weight: 400;
    src: url('LibreBaskerville-Regular.ttf') format('truetype'); 
    font-display: swap;
}

@font-face {
    font-family: "Libre Baskerville";
    font-style: italic;
    font-weight: 400;
    src: url('LibreBaskerville-Italic.ttf') format('truetype'); 
    font-display: swap;
}