/* Overpass - for UI/headings */
@font-face {
    font-family: "Overpass";
    src: url("/assets/fonts/Overpass-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Overpass";
    src: url("/assets/fonts/Overpass-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Source Sans 3 - body text */
@font-face {
    font-family: "Source Sans 3";
    src: url("/assets/fonts/SourceSans3-Regular.ttf.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans 3";
    src: url("/assets/fonts/SourceSans3-It.ttf.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans 3";
    src: url("/assets/fonts/SourceSans3-Bold.ttf.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Source Code Pro - for code blocks */
@font-face {
    font-family: "Source Code Pro";
    src: url("/assets/fonts/SourceCodePro-Regular.ttf.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Libre Caslon: currently unused */
@font-face {
    font-family: "LibreCaslonText";
    src: url("/assets/fonts/librecaslontext-regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "LibreCaslonText";
    src: url("/assets/fonts/librecaslontext-italic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "LibreCaslonText";
    src: url("/assets/fonts/librecaslontext-bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Libre Caslon Display */
@font-face {
    font-family: "LibreCaslonDisplay";
    src: url("/assets/fonts/librecaslondisplay-regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
