/* Lumière typography tokens — from style guide frame「スタイルガイド」 */
/* 日本語：游ゴシック (YuGothic) ／ 英数字：Futura */
/* NOTE: Futura and YuGothic are not freely licensable webfonts.
   Fallbacks: Futura → Jost (Google Fonts); YuGothic → Yu Gothic (system) → Noto Sans JP. */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@500&family=Noto+Sans+JP:wght@400;500;700&display=swap');

:root {
  --font-en: Futura, 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-jp: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;
  --font-button: 'Noto Sans JP', sans-serif;

  /* Text styles */
  /* 英大見出し（H2） */
  --h2-en-font: 500 100px/45.6px var(--font-en);
  /* 日本語大見出し（H2） */
  --h2-jp-font: 700 32px/45.6px var(--font-jp);
  /* 日本語小見出し（H3） */
  --h3-jp-size: 20px; --h3-jp-weight: 700;
  /* 日本語本文 */
  --body-jp-size: 16px; --body-jp-weight: 500;
  /* 英本文・ナビ */
  --body-en-size: 16px; --body-en-weight: 500;
  /* Copy Text L（ヒーローコピー） */
  --copy-l-size: 64px; --copy-l-weight: 500; --copy-l-tracking: 0.150em; --copy-l-leading: 1.5;
  /* Copy Text M */
  --copy-m-size: 24px; --copy-m-weight: 500;
  /* ボタンラベル */
  --button-label-size: 12px; --button-label-weight: 700;

  /* Shared metrics */
  --leading-body: 1.7;
  --tracking-body: 0.060em;
}
