/* ================================================================
   TYPOGRAPHY — Brand Typeface & Headings
   ================================================================ */

h1 {
  font-family: 'Robitrial', sans-serif;
  font-size: clamp(2rem, 5.2vw, 4rem) !important; /* Forces single line layout */
  color: #bfff00 !important;
  margin-top: 20px !important;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

/* Ensure sub-page H1s are visible and correctly aligned */
body:not(.is-home) h1 {
  display: block;
  width: 100%;
}
