/* ==========================================================================
   Tablet Gothic — self-hosted heading font for the design system.
   Commercial typeface, licensed and hosted locally under assets/fonts/.
   Link this file in any page that uses headings:
     <link rel="stylesheet" href="assets/fonts/tablet-gothic.css">
   Weights: 400 (Regular), 600 (SemiBold), 700 (Bold).
   Fallback stack (when unavailable): Trebuchet MS / Segoe UI / system-ui.
   ========================================================================== */

@font-face {
  font-family: "Tablet Gothic";
  src: url("tablet gothic/Tablet Gothic W02 Regular.woff2") format("woff2"),
       url("tablet gothic/Tablet Gothic W02 Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tablet Gothic";
  src: url("tablet gothic/Tablet Gothic W02 SemiBold.woff2") format("woff2"),
       url("tablet gothic/Tablet Gothic W02 SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tablet Gothic";
  src: url("tablet gothic/Tablet Gothic W02 Bold.woff2") format("woff2"),
       url("tablet gothic/Tablet Gothic W02 Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
