/* FVS GIG-style tokens — values live only in this file. */
:root {
  --color-ink: #111111;
  --color-ink-soft: #333333;
  --color-canvas: #ffffff;
  --color-canvas-soft: #f4f4f4;
  --color-accent: #f6de79;
  --color-on-dark: #ffffff;
  --color-line: #ebecf5;
  --color-header-border: rgba(255, 255, 255, 0.12);
  --color-logo-plate: rgba(255, 255, 255, 0.94);
  --color-focus: #111111;
  --skew: -15deg;
  --font-display: "Akrobat", "Arial Black", "Hiragino Sans", "Noto Sans JP", sans-serif;
  --font-text: "Noto Sans JP", "Hiragino Sans", "Meiryo", sans-serif;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 40px;
  --space-xxl: 64px;
  --space-section: 120px;
  --header-h: 80px;
  --content-max: 1120px;
  --bp-lg: 1200px;
  --bp-md: 750px;
  --ease-out-expo: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-in-out-quart: cubic-bezier(0.79, 0.17, 0.15, 0.96);
  --ease-soft: cubic-bezier(0.475, 0.425, 0, 0.995);
}
