/**
 * Generated from Cohere — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #212121;
  --text-dim: #212121;
  --text-faint: #93939f;
  --brand: #17171c;
  --on-brand: #ffffff;
  --border: #d9d9dd;
  --border-strong: #d9d9dd;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft-stone: #eeece7;
  --color-bg-pale-green: #edfce9;
  --color-bg-pale-blue: #f1f5ff;
  --color-bg-deep-green: #003c33;
  --color-bg-dark-navy: #071829;
  --color-bg-cohere-black: #000000;
  --color-surface: #ffffff;
  --color-surface-card: #ffffff;
  --color-surface-card-soft: #f2f2f2;
  --color-text: #212121;
  --color-text-strong: #000000;
  --color-text-muted: #616161;
  --color-text-soft: #75758a;
  --color-text-faint: #93939f;
  --color-brand: #17171c;
  --color-brand-anchor: #000000;
  --color-brand-deep-green: #003c33;
  --color-brand-coral: #ff7759;
  --color-brand-coral-soft: #ffad9b;
  --color-accent: #1863dc;
  --color-accent-focus: #4c6ee6;
  --color-accent-form-focus: #9b60aa;
  --color-border: #d9d9dd;
  --color-border-light: #e5e7eb;
  --color-border-card: #f2f2f2;
  --color-on-brand: #ffffff;
  --color-on-dark: #ffffff;
  --color-semantic-error: #b30000;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

  /* shape */
  --radius-button: 16px;
  --radius-card: 22px;
  --radius-pill: 32px;

  /* spacing */
  --space-xs: 6px;
  --space-sm: 8px;
  --space-md: 12px;
  --space-lg: 16px;
  --space-xl: 24px;

  /* fonts */
  --font-display: 'CohereText', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Unica77 Cohere Web', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'CohereMono', ui-monospace, monospace;
}
