/*
 * Self-hosted web fonts (Cormorant Garamond + Inter).
 * ---------------------------------------------------------------------
 * Replaces the previous fonts.googleapis.com / fonts.gstatic.com Google
 * Fonts stylesheet: every font file is served from this theme's own
 * /fonts directory, so loading the site makes zero connections to any
 * Google font host. font-family names are unchanged ("Inter",
 * "Cormorant Garamond"), so no other CSS/JS in the theme needs to change.
 *
 * Font files live in ../fonts (relative to this stylesheet):
 *   inter-300.woff2, inter-400.woff2, inter-500.woff2,
 *   inter-600.woff2, inter-700.woff2,
 *   cormorant-garamond-400.woff2, cormorant-garamond-500.woff2,
 *   cormorant-garamond-600.woff2, cormorant-garamond-700.woff2
 * (Inter static instances taken from the "18pt" optical-size cut, which is
 * the cut tuned for small/body/UI text — matching how Inter is normally
 * used in this theme.) Both families are licensed under the SIL Open Font
 * License 1.1, which explicitly permits self-hosting/redistribution of
 * the font files.
 */

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/inter-300.woff2") format("woff2");
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/inter-400.woff2") format("woff2");
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/inter-500.woff2") format("woff2");
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/inter-600.woff2") format("woff2");
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/inter-700.woff2") format("woff2");
}

@font-face {
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/cormorant-garamond-400.woff2") format("woff2");
}
@font-face {
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/cormorant-garamond-500.woff2") format("woff2");
}
@font-face {
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/cormorant-garamond-600.woff2") format("woff2");
}
@font-face {
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/cormorant-garamond-700.woff2") format("woff2");
}
