/**
 * Generated from Intercom — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #faf9f6;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #17100e;
  --text-dim: #17100e;
  --text-faint: #9a938c;
  --brand: #000ce1;
  --on-brand: #ffffff;
  --border: #17100e1a;
  --border-strong: #17100e;
  --success: #1bb157;
  --warning: #fbc916;
  --danger: #fd3a57;

  /* full color palette */
  --color-bg: #faf9f6;
  --color-bg-cream: #f4f3ec;
  --color-bg-cream-light: #fbfaf7;
  --color-bg-chalk: #f1eee9;
  --color-bg-canvas: #e7e3db;
  --color-bg-linen: #dedbd6;
  --color-bg-clay: #d3cec6;
  --color-bg-navy: #020917;
  --color-bg-dark: #080e1c;
  --color-surface: #ffffff;
  --color-surface-cream: #f4f3ec;
  --color-text: #17100e;
  --color-text-off-black: #111111;
  --color-text-muted: #4a443f;
  --color-text-soft: #6b645e;
  --color-text-faint: #9a938c;
  --color-text-on-dark: #faf9f6;
  --color-text-on-dark-muted: #cbc7bf;
  --color-on-brand: #ffffff;
  --color-brand: #000ce1;
  --color-brand-light: #7a7eef;
  --color-brand-lightest: #cccef8;
  --color-brand-active: #0009a8;
  --color-cta-black: #000000;
  --color-cta-near-black: #17100e;
  --color-accent-pink: #ff00af;
  --color-accent-pink-light: #ff7ad5;
  --color-accent-pink-lightest: #ffcbef;
  --color-accent-orange: #ff5600;
  --color-accent-orange-light: #ffa77a;
  --color-accent-orange-lightest: #ffdccc;
  --color-accent-yellow: #f6f431;
  --color-accent-yellow-light: #faf994;
  --color-accent-yellow-lightest: #fdfdd6;
  --color-accent-teal: #00edc8;
  --color-accent-teal-light: #79f6e2;
  --color-accent-green: #00da00;
  --color-accent-green-light: #7aec7a;
  --color-product-fin: #ff5600;
  --color-product-helpdesk: #0007cb;
  --color-product-operator: #441572;
  --color-product-sales: #055895;
  --color-product-sales-accent: #a3b3ff;
  --color-product-ecom: #2f6a5e;
  --color-product-ecom-accent: #e2f947;
  --color-product-voice: #5de071;
  --color-product-voice-green: #37b54a;
  --color-border: #17100e1a;
  --color-border-soft: #17100e0d;
  --color-border-strong: #17100e;
  --color-border-on-dark: #ffffff33;
  --color-success: #1bb157;
  --color-success-dark: #128a40;
  --color-success-bg: #d7efdc;
  --color-warning: #fbc916;
  --color-warning-dark: #6f5502;
  --color-warning-bg: #feedaf;
  --color-danger: #fd3a57;
  --color-danger-dark: #b41d34;
  --color-danger-bg: #fed9db;

  /* type */
  --display-size: 80px;
  --h1-size: 54px;
  --h2-size: 40px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

  /* shape */
  --radius-button: 6px;
  --radius-card: 24px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 32px;
  --space-xl: 64px;

  /* fonts */
  --font-display: 'Saans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Saans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
