/**
 * Generated from Asana — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1e1f21;
  --text-dim: #1e1f21;
  --text-faint: #9a9aa3;
  --brand: #796eff;
  --on-brand: #ffffff;
  --border: #e3e1db;
  --border-strong: #c3c0b6;
  --success: #5da970;
  --warning: #e09a3a;
  --danger: #df5c5c;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f9f8f6;
  --color-bg-warm: #f6f4ef;
  --color-bg-elev: #ffffff;
  --color-bg-strong: #efece5;
  --color-bg-dark: #1e1f21;
  --color-bg-dark-elev: #2a2b2e;
  --color-surface: #f9f8f6;
  --color-text: #1e1f21;
  --color-text-body: #3e3e44;
  --color-text-muted: #6d6e78;
  --color-text-faint: #9a9aa3;
  --color-brand: #796eff;
  --color-brand-hover: #665cdb;
  --color-brand-active: #544ab8;
  --color-brand-soft: #e7e5fe;
  --color-brand-deep: #3e3492;
  --color-on-brand: #ffffff;
  --color-on-dark: #fafaf7;
  --color-link: #3e60ff;
  --color-link-hover: #2747e3;
  --color-rainbow-coral: #ff7c70;
  --color-rainbow-coral-soft: #ffd9d3;
  --color-rainbow-peach: #ffb15c;
  --color-rainbow-peach-soft: #ffe6cc;
  --color-rainbow-sage: #74c990;
  --color-rainbow-sage-soft: #d4ecdc;
  --color-rainbow-sky: #5cc4f0;
  --color-rainbow-sky-soft: #d3edfa;
  --color-rainbow-lavender: #a99cff;
  --color-rainbow-lavender-soft: #ebe7fe;
  --color-rainbow-rose: #f08fc0;
  --color-rainbow-rose-soft: #fadcec;
  --color-border: #e3e1db;
  --color-border-strong: #c3c0b6;
  --color-border-soft: #efece5;
  --color-shadow-tint: rgba(30, 31, 33, 0.06);
  --color-shadow-deep: rgba(30, 31, 33, 0.16);
  --color-info: #3e60ff;
  --color-success: #5da970;
  --color-success-soft: #d4ecdc;
  --color-warning: #e09a3a;
  --color-warning-soft: #ffe6cc;
  --color-danger: #df5c5c;
  --color-danger-soft: #ffd9d3;
  --color-selection: rgba(121, 110, 255, 0.18);
  --color-ring: rgba(121, 110, 255, 0.45);

  /* type */
  --display-size: 76px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 17px;
  --label-size: 16px;
  --body-line-height: 1.55;
  --display-tracking: -0.02em;

  /* shape */
  --radius-button: 10px;
  --radius-card: 14px;
  --radius-pill: 9999px;

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

  /* fonts */
  --font-display: 'Asana Sans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Asana Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Source Code Pro', ui-monospace, monospace;
}
