/**
 * Generated from Nintendo — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1f1f1f;
  --text-dim: #1f1f1f;
  --text-faint: #bcbcbc;
  --brand: #e60012;
  --on-brand: #ffffff;
  --border: #e5e5e5;
  --border-strong: #cccccc;
  --success: #00a345;
  --warning: #ff8c00;
  --danger: #e60012;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f5f5f5;
  --color-bg-warm: #fff8f0;
  --color-bg-tinted: #ffeeee;
  --color-surface: #ffffff;
  --color-surface-soft: #fafafa;
  --color-surface-strong: #f5f5f5;
  --color-brand: #e60012;
  --color-brand-hover: #cc0010;
  --color-brand-active: #a8000d;
  --color-brand-deep: #8a000a;
  --color-brand-tint: #ffeeee;
  --color-on-brand: #ffffff;
  --color-text: #1f1f1f;
  --color-text-strong: #000000;
  --color-text-muted: #5a5a5a;
  --color-text-soft: #8a8a8a;
  --color-text-faint: #bcbcbc;
  --color-text-on-brand: #ffffff;
  --color-link: #0066cc;
  --color-link-hover: #cc0010;
  --color-selected-bg: #ffeeee;
  --color-border: #e5e5e5;
  --color-border-strong: #cccccc;
  --color-border-soft: #f0f0f0;
  --color-border-brand: #e60012;
  --color-success: #00a345;
  --color-warning: #ff8c00;
  --color-danger: #e60012;
  --color-info: #0066cc;

  /* type */
  --display-size: 80px;
  --h1-size: 36px;
  --h2-size: 28px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.02em;

  /* shape */
  --radius-button: 12px;
  --radius-card: 16px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 24px;
  --space-xl: 40px;

  /* fonts */
  --font-display: 'Nintendo Sans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
