/* Self-hosted Google Fonts - Eliminates render-blocking external requests */

/* Space Grotesk - Variable font for weights 400-700 */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/space-grotesk/space-grotesk-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Inter - Variable font for weights 400-700 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/inter/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Hero Carousel Fonts - Subsetted for minimal page weight (~15KB total) */

/* Genkaimincho - For hero slide 1 (ひとを呪わば穴二つ) */
@font-face {
  font-family: 'Genkaimincho Hero';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/hero-subset/genkaimincho-hero.woff2') format('woff2');
}

/* AH Hakushu Fude Thick Script - For hero slide 2 (後悔先に立たず) */
@font-face {
  font-family: 'AH Hakushu Hero';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/hero-subset/ah-hakushu-hero.woff2') format('woff2');
}

/* SicOboro - For hero slide 3 (背水の陣) */
@font-face {
  font-family: 'SicOboro Hero';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/hero-subset/sicoboro-hero.woff2') format('woff2');
}

/*
 * Product Title Custom Fonts
 *
 * Product pages load custom fonts dynamically for their Japanese titles.
 * The fonts are generated by scripts/build-font-subsets.js and stored in:
 *   /fonts/product-titles/*.woff2
 *
 * @font-face declarations are auto-generated at:
 *   /fonts/product-titles/_font-faces.css
 *
 * Product pages include this CSS file separately to avoid loading
 * unused fonts on non-product pages.
 */
