/* Kinetic Flooring Solutions — Technical / Institutional / Precise
   Distinct royal-blue + red drawn from the Kinetic mark, with a teal
   "compliance" tertiary used for procurement/certification UI accents. */
:root {
  --primary: #1B2A6B;
  --primary-dark: #101A47;
  --accent: #C81E2C;
  --accent-dark: #96141F;
  --tertiary: #0B7285;
  --headline-font: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  --body-font: 'Inter', 'Helvetica Neue', Arial, sans-serif;
}
h1, h2, h3, h4 { letter-spacing: -0.005em; }
.badge-seal, .proc-item { border-top: 3px solid var(--tertiary); }
