/* Design Tokens - CCCB Tenim 17 / Zoopa */
:root {
  /* Colors */
  --bg: #fafafa;
  --fg: #1a1a1a;
  --muted: #666;
  --line: #eee;
  --line-strong: #f0f0f0;
  --card: #fff;
  --accent: #2F4CE5;
  --accent-dark: #222;
  --accent-pink: #F91880;

  /* Spacing */
  --radius: 24px;
  --radius-sm: 16px;
  --pad-x: 56px;
  --pad-top: 40px;
  --pad-bottom: 32px;

  /* Stage dimensions */
  --stage-w: 1280px;
  --stage-h: 720px;

  /* Typography */
  --font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
}
