/* ============================================================
   INDUSTRY FONT SYSTEM — Playbook90
   Hosted at: playbook90.com/fonts/
   
   SYSTEM ROLES:
   Industry Black  → Large display / poster headlines (900)
   Industry Bold   → Section headers / CTAs (700)
   Industry Medium → Body text / labels (500)
   Industry Book   → Light body / captions (400)
   ============================================================ */

@font-face {
  font-family: 'Industry';
  src: url('/fonts/Industry-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Industry';
  src: url('/fonts/Industry-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Industry';
  src: url('/fonts/Industry-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Industry';
  src: url('/fonts/Industry-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ============================================================
   USAGE REFERENCE

   Industry Black:  font-family: 'Industry', sans-serif; font-weight: 900;
   Industry Bold:   font-family: 'Industry', sans-serif; font-weight: 700;
   Industry Medium: font-family: 'Industry', sans-serif; font-weight: 500;
   Industry Book:   font-family: 'Industry', sans-serif; font-weight: 400;

   Include via:
   <link rel="stylesheet" href="https://playbook90.com/fonts/industry-fonts.css">
   ============================================================ */
