@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);
/*
  Design tokens mapped from Webflow site variables (BrightSpring Health careers).
  Discovered via Webflow MCP variable_tool — site id 695bd84368ef8ec41d4512a3.
  Primitives: Main Colors/BS Blue, BS Cyan; typography: Font Styles/Body.
  Fallbacks match MCP static values so local Vite preview stays on-brand without Webflow.
*/

:host {
  --sh-font: var(
    --_typography---font-styles--body,
    "Proxima Nova",
    "Inter",
    system-ui,
    sans-serif
  );
  --sh-heading: var(--_primitives---shades--bs-blue-darkest, #08172b);
  --sh-muted: var(--_primitives---shades--bs-blue-light, #6083b2);
  --sh-active-panel: var(--_primitives---main-colors--bs-blue, #1d4f91);
  --sh-inactive-panel: var(--_primitives---main-colors--bs-cyan, #009fdd);
  --sh-teal-border: var(--_primitives---main-colors--bs-cyan, #009fdd);
  --sh-page-bg: var(--_primitives---shades--bs-blue-lightest, #e8edf4);
  --sh-dot-inactive: var(--_primitives---shades--bs-blue-lighter, #d1dbe9);
  --sh-arrow-hover-bg: var(--_primitives---shades--bs-cyan-light, #4cbbe7);
}

