/* ============================================================
   TANK'S TRADING DESK — Fonts
   TradingView-native brand face: Trebuchet MS, now SELF-HOSTED
   from uploaded binaries (so every visitor sees the exact face).
   local() is tried first (instant, no download for installed
   copies); url() is the self-hosted fallback. The --font-sans
   stack in tokens/typography.css still backstops the rare miss.
   ============================================================ */

@font-face {
  font-family: 'Trebuchet MS';
  src: local('Trebuchet MS'), local('TrebuchetMS'),
       url('../fonts/TREBUC.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Trebuchet MS';
  src: local('Trebuchet MS Bold'), local('TrebuchetMS-Bold'),
       url('../fonts/TREBUCBD.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Trebuchet MS';
  src: local('Trebuchet MS Italic'), local('TrebuchetMS-Italic'),
       url('../fonts/TREBUCIT.TTF') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Trebuchet MS';
  src: local('Trebuchet MS Bold Italic'), local('TrebuchetMS-BoldItalic'),
       url('../fonts/TREBUCBI.TTF') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
