/**
 * Generated from Pika — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fcfaf7;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #0d0d0d;
  --text-dim: #0d0d0d;
  --text-faint: #b8b8b8;
  --brand: #ffd184;
  --on-brand: #222222;
  --border: rgba(13, 13, 13, 0.10);
  --border-strong: rgba(13, 13, 13, 0.18);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #fcfaf7;
  --color-bg-alt: #f5f1ea;
  --color-surface: #ffffff;
  --color-surface-soft: #fbf7f0;
  --color-text: #0d0d0d;
  --color-text-strong: #000000;
  --color-text-muted: #5c5c5c;
  --color-text-soft: #8a8a8a;
  --color-text-faint: #b8b8b8;
  --color-brand: #ffd184;
  --color-brand-deep: #f5be63;
  --color-brand-soft: rgba(255, 209, 132, 0.30);
  --color-on-brand: #222222;
  --color-ink-cta-bg: #000000;
  --color-ink-cta-text: #ffffff;
  --color-dark-cta-bg: #222222;
  --color-link: #0d0d0d;
  --color-link-hover: #000000;
  --color-selected-bg: rgba(255, 209, 132, 0.30);
  --color-disabled: #b8b8b8;
  --color-border: rgba(13, 13, 13, 0.10);
  --color-border-strong: rgba(13, 13, 13, 0.18);
  --color-border-subtle: rgba(13, 13, 13, 0.05);
  --color-success-bg: rgba(34, 197, 94, 0.12);
  --color-success-text: #15803d;
  --color-warning-bg: rgba(245, 190, 99, 0.20);
  --color-warning-text: #92600c;
  --color-danger-bg: rgba(220, 38, 38, 0.10);
  --color-danger-text: #b91c1c;
  --color-info-bg: rgba(13, 13, 13, 0.06);
  --color-info-text: #0d0d0d;

  /* type */
  --display-size: 80px;
  --h1-size: 48px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

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

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

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