/* ===== Self-Hosted Variable Fonts =====
   Replaces Google Fonts CDN.
   Variable fonts support full weight range in a single file.
*/

/* Inter - main UI/heading sans-serif */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/Inter.ttf') format('truetype-variations'),
       url('/fonts/Inter.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/Inter-Italic.ttf') format('truetype-variations'),
       url('/fonts/Inter-Italic.ttf') format('truetype');
}

/* Noto Sans JP - Japanese sans-serif */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/NotoSansJP.ttf') format('truetype-variations'),
       url('/fonts/NotoSansJP.ttf') format('truetype');
}

/* Cormorant Garamond - elegant serif */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/fonts/CormorantGaramond.ttf') format('truetype-variations'),
       url('/fonts/CormorantGaramond.ttf') format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('/fonts/CormorantGaramond-Italic.ttf') format('truetype-variations'),
       url('/fonts/CormorantGaramond-Italic.ttf') format('truetype');
}

/* Montserrat - alternative geometric sans-serif */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/Montserrat.ttf') format('truetype-variations'),
       url('/fonts/Montserrat.ttf') format('truetype');
}
