/* Local BJJ, hand-written CSS.
   Loads AFTER /css/styles.css so anything here wins.
   Edit and SCP directly, no rebuild required. */

/* Global 70px top margin on every eyebrow, everywhere on the site. */
.eyebrow { margin-top: 70px; }

/* Hero H1 tight variant, 8px smaller than the base compiled Tailwind value. */
.text-hero.hero-h1--tight { font-size: clamp(26px, 6.2vw, 62px); }
