/**
 * Generated from Tailscale — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f9f7f6;
  --surface: #f3f0ee;
  --surface-alt: #f3f0ee;
  --text: #181717;
  --text-dim: #181717;
  --text-faint: #a39e9b;
  --brand: #d04841;
  --on-brand: #ffffff;
  --border: rgba(24, 23, 23, 0.12);
  --border-strong: rgba(24, 23, 23, 0.22);
  --success: #2f7d52;
  --warning: #c9821f;
  --danger: #d04841;

  /* full color palette */
  --color-bg: #f9f7f6;
  --color-bg-pure: #ffffff;
  --color-bg-elev: #f3f0ee;
  --color-bg-warm: #efeae7;
  --color-bg-ink: #181717;
  --color-bg-ink-soft: #232222;
  --color-surface: #ffffff;
  --color-surface-warm: #f9f7f6;
  --color-text: #181717;
  --color-text-secondary: #4a4746;
  --color-text-tertiary: #736f6d;
  --color-text-faint: #a39e9b;
  --color-text-on-ink: #f5f2f0;
  --color-text-on-ink-soft: #a39e9b;
  --color-brand: #d04841;
  --color-brand-hover: #b83d37;
  --color-brand-deep: #9e332e;
  --color-brand-soft: rgba(208, 72, 65, 0.10);
  --color-brand-tint: rgba(208, 72, 65, 0.06);
  --color-link: #d04841;
  --color-link-hover: #b83d37;
  --color-focus: rgba(208, 72, 65, 0.40);
  --color-on-brand: #ffffff;
  --color-cta-bg: #d04841;
  --color-cta-text: #ffffff;
  --color-cta-bg-secondary: #232222;
  --color-cta-text-secondary: #ffffff;
  --color-border: rgba(24, 23, 23, 0.12);
  --color-border-soft: rgba(24, 23, 23, 0.07);
  --color-border-strong: rgba(24, 23, 23, 0.22);
  --color-border-ink: #181717;
  --color-shadow-ambient: rgba(24, 23, 23, 0.04);
  --color-shadow-card: rgba(24, 23, 23, 0.06);
  --color-shadow-elev: rgba(24, 23, 23, 0.08);
  --color-shadow-deep: rgba(24, 23, 23, 0.14);
  --color-scrim: rgba(24, 23, 23, 0.45);
  --color-success: #2f7d52;
  --color-success-soft: rgba(47, 125, 82, 0.10);
  --color-warning: #c9821f;
  --color-warning-soft: rgba(201, 130, 31, 0.10);
  --color-danger: #d04841;
  --color-danger-soft: rgba(208, 72, 65, 0.10);
  --color-info: #181717;
  --color-info-soft: rgba(24, 23, 23, 0.06);

  /* 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: 'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
