/*
 * Display fonts — loaded ONLY on pages that use them (head-styles fragment adds this where needed).
 *
 * Hand-authored split of fonts.css (the build copies this file, it does not synthesize it).
 * Manrope (homepage headings), Instrument Serif (hero italic + quote callouts), Shantell Sans
 * (inline SVG mind-map diagrams in blog posts). The Inter UI family + font vars live in
 * fonts-core.css, which is loaded everywhere.
 */

/* Manrope — used for headings on the new homepage */
@font-face{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/Manrope-SemiBold-28013693874cf848d7b61cce491c2e85.woff2") format("woff2")
}

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

@font-face{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("../fonts/Manrope-ExtraBold-c2d914d38a7dadc79dc2b6a624f5906a.woff2") format("woff2")
}

/* Instrument Serif — used for the hero italic accent and quote callouts on the new homepage */
@font-face{
    font-family: 'Instrument Serif';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/InstrumentSerif-Regular-09bff920437d1976d730748c6418ac58.woff2") format("woff2")
}

@font-face{
    font-family: 'Instrument Serif';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/InstrumentSerif-Italic-39d57e0e71f1a158f18511d3073fb1f9.woff2") format("woff2")
}

/* Shantell Sans — used for inline SVG mind map diagrams in blog posts */
@font-face{
    font-family: 'Shantell Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/ShantellSans-Regular-b3b561279135b34d487cb545f29b6cff.woff2") format("woff2")
}

@font-face{
    font-family: 'Shantell Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/ShantellSans-Bold-ea47a554be67188a850a57e98b00ea67.woff2") format("woff2")
}
