/**
 * Self-hosted fonts (storefront).
 *
 * Source Sans 3: SIL Open Font License — see /assets/fonts/source-sans-3/OFL.txt
 * Used by form controls in `main.site-main`, header logout, and admin forms (see style.css).
 * General body copy stays on the system stack unless you opt in elsewhere.
 * For smaller files in production, convert the .ttf files to .woff2 and update
 * the src lines below (format('woff2')).
 *
 * Georgia: proprietary system font — do not redistribute font files. Browsers
 * use the installed “Georgia” from the stack in style.css (headings, etc.).
 */

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 200 900;
    font-display: swap;
    src: url("/assets/fonts/source-sans-3/SourceSans3-Variable.ttf") format("truetype");
}

@font-face {
    font-family: "Source Sans 3";
    font-style: italic;
    font-weight: 200 900;
    font-display: swap;
    src: url("/assets/fonts/source-sans-3/SourceSans3-Italic-Variable.ttf") format("truetype");
}
