/* =====================================================
   GLOBAL.CSS (DESIGN TOKENS ONLY)
   -----------------------------------------------------
   PURPOSE:
   - Typography scale
   - Minor global helpers
   - NO layout or UI components

   RULES:
   - No grids
   - No containers
   - No buttons or cards
===================================================== */

.text80 { font-size: 0.8rem; }
.text90 { font-size: 0.9rem; }
.text100 { font-size: 1rem; }
.text110 { font-size: 1.1rem; }

/* Optional spacing helper */
.section-gap {
  margin: 25px 0;
}