/**
 * Generated from CircleCI — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f7f7f7;
  --surface-alt: #f7f7f7;
  --text: #343434;
  --text-dim: #343434;
  --text-faint: #9a9a9a;
  --brand: #00db75;
  --on-brand: #005700;
  --border: #e3e4e8;
  --border-strong: #cdcfd6;
  --success: #00b85f;
  --warning: #e0a000;
  --danger: #d93838;

  /* full color palette */
  --color-bg: #ffffff;
  --color-surface: #f7f7f7;
  --color-surface-elev: #f0f1f3;
  --color-hero-ink: #161618;
  --color-hero-ink-soft: #1f2024;
  --color-text: #343434;
  --color-text-secondary: #5a5a5a;
  --color-text-tertiary: #767676;
  --color-text-faint: #9a9a9a;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-soft: #c5c8cf;
  --color-brand: #00db75;
  --color-brand-deep: #00b85f;
  --color-brand-ink: #005700;
  --color-brand-soft: rgba(0, 219, 117, 0.12);
  --color-brand-tint: rgba(0, 219, 117, 0.06);
  --color-navy: #2e3c52;
  --color-navy-deep: #243044;
  --color-navy-soft: rgba(46, 60, 82, 0.08);
  --color-on-brand: #005700;
  --color-on-navy: #ffffff;
  --color-cta-bg: #161618;
  --color-cta-text: #ffffff;
  --color-cta-secondary-bg: #2e3c52;
  --color-cta-secondary-text: #ffffff;
  --color-link: #1a73c7;
  --color-link-hover: #155a9e;
  --color-border: #e3e4e8;
  --color-border-soft: #eeeff1;
  --color-border-strong: #cdcfd6;
  --color-shadow-ambient: rgba(20, 24, 33, 0.04);
  --color-shadow-card: rgba(20, 24, 33, 0.08);
  --color-shadow-elev: rgba(20, 24, 33, 0.12);
  --color-scrim: rgba(22, 22, 24, 0.55);
  --color-success: #00b85f;
  --color-success-soft: rgba(0, 184, 95, 0.12);
  --color-warning: #e0a000;
  --color-warning-soft: rgba(224, 160, 0, 0.12);
  --color-danger: #d93838;
  --color-danger-soft: rgba(217, 56, 56, 0.12);
  --color-info: #1a73c7;
  --color-info-soft: rgba(26, 115, 199, 0.10);

  /* type */
  --display-size: 71px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.6;
  --display-tracking: -0.02em;

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

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

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