/**
 * Generated from WorkOS — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #29363d;
  --text-dim: #29363d;
  --text-faint: #aab1b5;
  --brand: #6363f1;
  --on-brand: #ffffff;
  --border: #e5e5e7;
  --border-strong: #cdcdd0;
  --success: #168346;
  --warning: #a35316;
  --danger: #c62a2a;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #fafafa;
  --color-bg-section: #f5f5f5;
  --color-bg-dark: #0a0a0a;
  --color-bg-violet-tint: #f5f5fb;
  --color-surface: #ffffff;
  --color-surface-soft: #fafafa;
  --color-surface-strong: #f0f0f2;
  --color-surface-violet: #eeeefe;
  --color-surface-dark: #1a1a1f;
  --color-text: #29363d;
  --color-text-strong: #0a0a0a;
  --color-text-muted: #6c7780;
  --color-text-soft: #8b9296;
  --color-text-faint: #aab1b5;
  --color-text-on-dark: #ffffff;
  --color-text-on-violet: #ffffff;
  --color-brand: #6363f1;
  --color-brand-deep: #4848d6;
  --color-brand-light: #8181f5;
  --color-brand-soft: #eeeefe;
  --color-brand-pale: #dadafe;
  --color-brand-deeper: #3535b8;
  --color-black-cta: #0a0a0a;
  --color-ink-active: #000000;
  --color-border: #e5e5e7;
  --color-border-soft: #efeff1;
  --color-border-strong: #cdcdd0;
  --color-border-input: #d1d1d4;
  --color-border-violet: #6363f1;
  --color-on-brand: #ffffff;
  --color-on-dark: #ffffff;
  --color-on-light: #29363d;
  --color-scrim: rgba(10,10,10,0.48);
  --color-shadow-card: rgba(15,15,15,0.04);
  --color-shadow-elev: rgba(15,15,15,0.08);
  --color-shadow-modal: rgba(15,15,15,0.16);
  --color-success: #168346;
  --color-success-bg: #e7f6ec;
  --color-warning: #a35316;
  --color-warning-bg: #fef0e6;
  --color-danger: #c62a2a;
  --color-danger-bg: #fdebeb;
  --color-info: #1d4ed8;

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

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

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

  /* fonts */
  --font-display: 'Untitled Sans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Untitled Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'IBM Plex Mono', ui-monospace, monospace;
}
