
/* Public site theme — generated by Admin Hub → Site theme. */
:root {
  --font-heading: "Montserrat", system-ui, sans-serif;
  --font-body: "Open Sans", system-ui, sans-serif;
  --size-body: 1.05rem;
  --size-nav: 1.1rem;
  --size-hero-h1: clamp(2rem, 4vw, 3.2rem);
  --size-section-h2: clamp(1.8rem, 3.5vw, 2.6rem);
  --weight-body: 400;
  --weight-nav: 500;
  --weight-subnav: 400;
  --weight-heading: 700;
  --weight-hero-h1: 600;
  --weight-hero-eyebrow: 600;
  --weight-link: 500;
  --weight-btn: 500;
  --weight-topbar-phone: 600;
  --weight-topbar-btn: 500;
  --weight-footer-phone: 600;
  --navy: #002347;
  --navy-2: #003f7d;
  --orange: #ff5005;
  --orange-hover: #e64604;
  --ink: #0f0a1a;
  --text: #5b5172;
  --muted: #5b5172;
  --surface: #ede9f5;
  --panel: #ffffff;
  --line: #dedae6;
  --color-link: #003f7d;
  --color-link-hover: #ff5005;
  --nav-color: #002347;
  --nav-hover: #ff5005;
  --nav-active: #ff5005;
  --nav-hero-color: #ffffff;
  --topbar-bg: #ff5005;
  --topbar-btn-bg: #002347;
  --topbar-btn-hover: #003f7d;
  --btn-primary-bg: #ff5005;
  --btn-primary-hover: #e64604;
  --heading-color: #002347;
  --hero-eyebrow: #ff5005;
  --hero-lead: #d7e4f5;
  --footer-bg: #002347;
  --footer-text: #aebfd8;
  --footer-heading: #ffffff;
  --footer-link: #c7d6ec;
  --footer-link-hover: #ff5005;
  --footer-phone: #ffffff;
  --footer-phone-hover: #ff5005;
}
