@font-face {
    font-family: "LibreBaskerville";
    src: url("../FONTS/LibreBaskerville-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "LibreBaskerville";
    font-style: italic;
    src: url("../FONTS/LibreBaskerville-Italic.ttf") format("truetype");
}

@font-face {
    font-family: "LibreBaskerville";
    font-weight: bold;
    src: url("../FONTS/LibreBaskerville-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "BrandonText";
    src: url("../FONTS/BrandonText-Regular.otf") format("opentype");
}

@font-face {
    font-family: "BrandonText";
    font-weight: bold;
    src: url("../FONTS/BrandonText-Black.otf") format("opentype");
}
