/**
 * Design Tokens — Override parent theme CSS custom properties here.
 *
 * The parent theme (uravation-base) defines these variables in core.css.
 * Override them here to brand your site.
 */
:root {
  /* Brand Colors */
  --color-primary: #2563eb;
  --color-primary-dark: #1d4ed8;
  --color-accent: #f59e0b;

  /* Neutral */
  --color-bg: #ffffff;
  --color-bg-alt: #f8fafc;
  --color-text: #1e293b;
  --color-text-light: #64748b;
  --color-border: #e2e8f0;

  /* Typography */
  --font-heading: 'Noto Sans JP', sans-serif;
  --font-body: 'Noto Sans JP', sans-serif;

  /* Layout */
  --max-width: 1200px;
  --header-height: 64px;
}
