/* =============================================================
   COMMUTERS SANS — Self-hosted @font-face declarations
   
   Source: Dharma Type (dharmatype.com)
   Designer: Ryoichi Tsunekawa
   License: Commercial
   
   IMPORTANT: Commuters Sans has NO Medium (500).
   Never use font-weight: 500 with this family.
   
   Licensed weights:
     400 Regular        ✅ available
     700 Bold           ✅ available

   Planned — type scale uses these, browser will synthesize
   from 400/700 until licensed:
     300 Light          → synthesized from 400
     600 SemiBold       → synthesized from 700
     800 ExtraBold      → synthesized from 700
     900 Heavy          → synthesized from 700

   To add a weight: purchase from Fontspring or MyFonts,
   convert to woff2, drop in this directory, uncomment below.
   ============================================================= */

@font-face {
  font-family: "Commuters Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/CommutersSans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Commuters Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/CommutersSans-Bold.woff2") format("woff2");
}

/* — Light (300) — uncomment when licensed
@font-face {
  font-family: "Commuters Sans";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/CommutersSans-Light.woff2") format("woff2");
}
*/

/* — SemiBold (600) — uncomment when licensed
@font-face {
  font-family: "Commuters Sans";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/CommutersSans-SemiBold.woff2") format("woff2");
}
*/

/* — ExtraBold (800) — uncomment when licensed
@font-face {
  font-family: "Commuters Sans";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/CommutersSans-ExtraBold.woff2") format("woff2");
}
*/

/* — Heavy (900) — uncomment when licensed
@font-face {
  font-family: "Commuters Sans";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/CommutersSans-Heavy.woff2") format("woff2");
}
*/
