/**
 * Generated from Bear — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f4f1ec;
  --surface-alt: #f4f1ec;
  --text: #444444;
  --text-dim: #444444;
  --text-faint: #444444;
  --brand: #c6f432;
  --on-brand: #ffffff;
  --border: #0000001a;
  --border-strong: #00000028;
  --success: #3a7b3a;
  --warning: #a35e0a;
  --danger: #dd4c4f;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #fafaf8;
  --color-surface: #f4f1ec;
  --color-surface-elev: #ebe5dc;
  --color-surface-paper: #fdfbf5;
  --color-text: #444444;
  --color-text-strong: #222222;
  --color-text-deepest: #111111;
  --color-text-body: #5a5a5a;
  --color-text-muted: #7a7a7a;
  --color-text-soft: #999999;
  --color-accent-red: #dd4c4f;
  --color-accent-red-hover: #c43a3d;
  --color-accent-red-soft: #fce5e5;
  --color-accent-teal: #456aa3;
  --color-accent-teal-soft: #cbdaee;
  --color-accent-teal-hover: #34588f;
  --color-accent-teal-deep: #2c466f;
  --color-cta-bg: #1a1a1f;
  --color-cta-bg-hover: #2a2a2f;
  --color-cta-text: #ffffff;
  --color-border: #0000001a;
  --color-border-soft: #00000010;
  --color-border-strong: #00000028;
  --color-shadow-card: rgba(34,30,15,0.04);
  --color-shadow-screenshot: rgba(0,0,0,0.10);
  --color-shadow-elev: rgba(34,30,15,0.08);
  --color-scrim: rgba(20,18,15,0.50);
  --color-success: #3a7b3a;
  --color-success-soft: #eaf3ea;
  --color-warning: #a35e0a;
  --color-warning-soft: #fbf1de;
  --color-danger: #dd4c4f;
  --color-danger-soft: #fce5e5;
  --color-info: #456aa3;
  --color-info-soft: #cbdaee;

  /* type */
  --display-size: 51px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 17px;
  --label-size: 13px;
  --body-line-height: 1.6;
  --display-tracking: -0.005em;

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

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 48px;
  --space-xl: 96px;

  /* fonts */
  --font-display: 'bearsansheadline', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'bearsans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
  --font-serif:   'New York', Georgia, serif;
}
