/* ============================================================
   DREDMARK — Fonts
   Brand body/UI : Toyota Text  (official brand font — provided)
   Display       : Saira        (bold geometric — pairs with the
                                  heavy DREDMARK wordmark)
   Data / specs  : IBM Plex Mono (tabular technical figures)

   NOTE: Only Toyota Text *Regular* was provided. Bold headings
   set in Toyota Text are synthesised by the browser. Send the
   Bold/Semibold weights to lock exact rendering. Saira & IBM
   Plex Mono are served from Google Fonts.
   ============================================================ */
@font-face {
  font-family: 'Toyota Text';
  src: url('../assets/fonts/ToyotaText-Regular.otf') format('opentype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Saira:wght@500;600;700;800&family=IBM+Plex+Mono:wght@400;500;600&display=swap');
