/* HighPoint Industries — Executive / Strategic / Architectural
   Colors sampled directly from the real logo: navy + red, distinct in shade
   from High Point Restoration's navy/red so the two read as siblings, not twins. */
:root {
  --primary: #0D3677;
  --primary-dark: #082352;
  --accent: #DA151D;
  --accent-dark: #A30F16;
  --tertiary: #5B6770;
  --headline-font: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  --body-font: 'Inter', 'Helvetica Neue', Arial, sans-serif;
}
h1, h2, h3, h4 { letter-spacing: -0.015em; }
