/* =============================================================================
   PADDLEBOARDER — SELF-HOSTED FONTS
   Brand rule: DIN Next LT Pro for everything (headers, body, UI, labels).
   ITC Avant Garde Gothic Bold is reserved for the wordmark and rare display
   moments — one weight only, use it sparingly.

   To use: link this file in the <head>:
     <link rel="stylesheet" href="/fonts/fonts.css" />
   Paths are relative to /fonts, so adjust the url() prefix if you move it.
   ============================================================================= */

/* ---- DIN Next LT Pro — the workhorse family ---- */
@font-face {
  font-family: 'DIN Next LT Pro';
  font-style: normal;  font-weight: 300;  font-display: swap;
  src: url('din-next-300.woff2') format('woff2');
}
@font-face {
  font-family: 'DIN Next LT Pro';
  font-style: normal;  font-weight: 400;  font-display: swap;
  src: url('din-next-400.woff2') format('woff2');
}
@font-face {
  font-family: 'DIN Next LT Pro';
  font-style: normal;  font-weight: 500;  font-display: swap;
  src: url('din-next-500.woff2') format('woff2');
}
@font-face {
  font-family: 'DIN Next LT Pro';
  font-style: normal;  font-weight: 700;  font-display: swap;
  src: url('din-next-700.woff2') format('woff2');
}

/* ---- ITC Avant Garde Gothic Bold — display / wordmark only ---- */
@font-face {
  font-family: 'ITC Avant Garde Gothic';
  font-style: normal;  font-weight: 700;  font-display: swap;
  src: url('avant-garde-gothic-bold.otf') format('opentype');
}
