/* Self-hosted Inter variable font */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/inter/Inter-Variable-latin.woff2') format('woff2-variations');
}

/* Provide an explicit fallback stack for Japanese text */
:root {
  --font-inter-fallback: 'Inter', 'Hiragino Sans', 'Noto Sans JP', 'Yu Gothic', 'Meiryo', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
