/**
 * Generated from Upstash — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f5f5f5;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #022c22;
  --text-dim: #022c22;
  --text-faint: #a1a1aa;
  --brand: #00bc7d;
  --on-brand: #ffffff;
  --border: #e5e7eb;
  --border-strong: #d4d4d8;
  --success: #00bc7d;
  --warning: #d97706;
  --danger: #dc2626;

  /* full color palette */
  --color-bg: #f5f5f5;
  --color-bg-deep: #ffffff;
  --color-bg-mute: #eef4f1;
  --color-surface: #ffffff;
  --color-surface-alt: #fafafa;
  --color-surface-code: #09090b;
  --color-brand: #00bc7d;
  --color-brand-hover: #00a86f;
  --color-brand-pressed: #009963;
  --color-brand-soft: #00bc7d1f;
  --color-on-brand: #ffffff;
  --color-on-brand-ink: #022c22;
  --color-accent: #007a55;
  --color-accent-hover: #006647;
  --color-accent-soft: #065f4633;
  --color-link: #007a55;
  --color-link-hover: #006647;
  --color-selected: #00bc7d26;
  --color-disabled: #d4d4d8;
  --color-disabled-text: #a1a1aa;
  --color-text: #022c22;
  --color-text-heading: #022c22;
  --color-text-muted: #71717b;
  --color-text-soft: #52525b;
  --color-text-faint: #a1a1aa;
  --color-text-disabled: #a1a1aa;
  --color-border: #e5e7eb;
  --color-border-soft: #0000000f;
  --color-border-strong: #d4d4d8;
  --color-border-brand: #00bc7d66;
  --color-shadow-ambient: rgba(2,44,34,0.06);
  --color-shadow-standard: rgba(2,44,34,0.10);
  --color-shadow-elevated: rgba(2,44,34,0.14);
  --color-shadow-glow: rgba(0,188,125,0.22);
  --color-success: #00bc7d;
  --color-success-bg: #eef4f1;
  --color-warning: #d97706;
  --color-warning-bg: #fef3c7;
  --color-danger: #dc2626;
  --color-danger-bg: #fee2e2;
  --color-info: #007a55;
  --color-info-bg: #eef4f1;

  /* type */
  --display-size: 128px;
  --h1-size: 56px;
  --h2-size: 40px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.035em;

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

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

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