/* ============================================================================
   FRANKLIN YARD — UTILITY SYSTEM OVERLAY
   Load AFTER fy-core.css.

   USE THIS FOR
   - Dashboards, internal tools, admin panels
   - Services pages, calendars, reference docs
   - Dense product pages where the editorial register is wrong
   - Cheat sheets, library indexes

   THE LOOK
   - Bone field (default)
   - Sans H1/H2 (Instrument Sans 700)
   - Sharp 90° corners on containers
   - The brand's "reference document" feel
   ============================================================================ */

h1, .fy-h1 {
  font-family: var(--fy-font-sans);
  font-weight: 700;
  font-size: var(--fy-size-h1);
  letter-spacing: -0.02em;
  line-height: 1.02;
  margin: 0 0 0.4em;
}

h2, .fy-h2 {
  font-family: var(--fy-font-sans);
  font-weight: 700;
  font-size: var(--fy-size-h2);
  letter-spacing: -0.01em;
  line-height: 1.08;
  margin: 0 0 0.5em;
}
