/**
 * Generated from HubSpot — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fcfcfa;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #33475b;
  --text-dim: #33475b;
  --text-faint: #cbd6e2;
  --brand: #FF7A59;
  --on-brand: #ffffff;
  --border: #cbd6e2;
  --border-strong: #516f90;
  --success: #00bda5;
  --warning: #f5c26b;
  --danger: #f2545b;

  /* full color palette */
  --color-bg: #fcfcfa;
  --color-bg-white: #ffffff;
  --color-bg-warm: #f8f7f4;
  --color-bg-cream: #fef8f3;
  --color-bg-dark: #2e3338;
  --color-bg-deep: #213343;
  --color-surface: #ffffff;
  --color-surface-2: #f5f8fa;
  --color-surface-3: #eaf0f6;
  --color-surface-orange-soft: #fff1ec;
  --color-surface-orange-deep: #ffe2d6;
  --color-text: #33475b;
  --color-text-strong: #1f2d3d;
  --color-text-darker: #0a1f2f;
  --color-text-muted: #516f90;
  --color-text-soft: #7c98b6;
  --color-text-faint: #cbd6e2;
  --color-text-on-orange: #ffffff;
  --color-text-on-dark: #f5f8fa;
  --color-text-on-dark-muted: #cbd6e2;
  --color-text-on-brand: #ffffff;
  --color-brand: #FF7A59;
  --color-brand-deep: #ff5c35;
  --color-brand-pressed: #e54c2a;
  --color-brand-soft: #ffa18c;
  --color-accent: #33475b;
  --color-accent-teal: #00bda5;
  --color-accent-yellow: #f5c26b;
  --color-accent-purple: #6a78d1;
  --color-border: #cbd6e2;
  --color-border-soft: #dfe3eb;
  --color-border-strong: #516f90;
  --color-border-on-orange: #ffffff66;
  --color-success: #00bda5;
  --color-success-bg: #d4f1ec;
  --color-warning: #f5c26b;
  --color-warning-bg: #fdf3df;
  --color-danger: #f2545b;
  --color-danger-bg: #fde2e2;
  --color-info: #00a4bd;
  --color-info-bg: #d4f1f7;
  --color-on-brand: #ffffff;

  /* type */
  --display-size: 88px;
  --h1-size: 44px;
  --h2-size: 34px;
  --body-size: 17px;
  --label-size: 14px;
  --body-line-height: 1.6;
  --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: 24px;
  --space-xl: 40px;

  /* fonts */
  --font-display: 'HubSpot Serif Page Header Human', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'HubSpot Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
