/**
 * Generated from Perplexity — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fbf9f5;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #272520;
  --text-dim: #272520;
  --text-faint: #9a9388;
  --brand: #20808d;
  --on-brand: #ffffff;
  --border: rgba(39, 26, 0, 0.12);
  --border-strong: rgba(39, 26, 0, 0.20);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #fbf9f5;
  --color-bg-soft: #f5f1ea;
  --color-bg-deep: #efeae0;
  --color-surface: #ffffff;
  --color-surface-warm: rgba(39, 26, 0, 0.07);
  --color-text: #272520;
  --color-text-strong: #1a1813;
  --color-text-medium: #3f3a31;
  --color-text-muted: #5d574c;
  --color-text-soft: #7a7367;
  --color-text-faint: #9a9388;
  --color-brand: #20808d;
  --color-brand-strong: #176874;
  --color-brand-deep: #0f4f5a;
  --color-brand-soft: #d6ecef;
  --color-brand-wash: rgba(32, 128, 141, 0.08);
  --color-on-brand: #ffffff;
  --color-cta-bg: #272520;
  --color-cta-text: #fdfbfa;
  --color-cta-hover-bg: #3a342b;
  --color-cta-active-bg: #1a1813;
  --color-link: #20808d;
  --color-link-hover: #176874;
  --color-selected-bg: rgba(32, 128, 141, 0.10);
  --color-disabled: #b8b1a4;
  --color-border: rgba(39, 26, 0, 0.12);
  --color-border-strong: rgba(39, 26, 0, 0.20);
  --color-border-soft: rgba(39, 26, 0, 0.07);
  --color-border-brand: rgba(32, 128, 141, 0.30);
  --color-success-bg: #dceee0;
  --color-success-text: #2f5d3f;
  --color-warning-bg: #f5e8c5;
  --color-warning-text: #7a5e1f;
  --color-danger-bg: #f4dada;
  --color-danger-text: #8a3a3a;
  --color-info-bg: #d6ecef;
  --color-info-text: #0f4f5a;

  /* type */
  --display-size: 72px;
  --h1-size: 48px;
  --h2-size: 36px;
  --body-size: 16px;
  --label-size: 12px;
  --body-line-height: 1.5;
  --display-tracking: -0.02em;

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

  /* spacing */
  --space-xs: 1px;
  --space-sm: 2px;
  --space-md: 6px;
  --space-lg: 12px;
  --space-xl: 20px;

  /* fonts */
  --font-display: 'pplxSans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'pplxSans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'pplxMono', ui-monospace, monospace;
  --font-serif:   'FK Display', Georgia, serif;
}
