/* ============================================================
   Tenacious J Carriers — Fonts
   ------------------------------------------------------------
   DISPLAY  KeeponTruckin  — chunky retro groovy face. The voice
            of the brand. Headings, button labels, big numbers.
            Shipped locally (assets/fonts/KeeponTruckin.ttf).

   BODY     Hanken Grotesk — SUBSTITUTE for "basic-sans" (Adobe
            Typekit) used on the live site. Warm geometric-
            humanist sans, close match in proportion & warmth.
            >> If you have the real basic-sans webfont kit,
               swap the @import below and update --font-body. <<
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap');

@font-face {
  font-family: "KeeponTruckin";
  src: url("../assets/fonts/KeeponTruckin.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
