/* ============================================================
   FONTS — Yan Trotta Design System
   The original portfolio uses GOTHAM (a geometric sans).
   Gotham is commercially licensed, so the brand font here is
   SATOSHI (self-hosted, variable) — a contemporary geometric
   grotesque with the same even strokes and circular bowls,
   excellent in the wide-tracked uppercase labels.
   File: assets/fonts/Satoshi-Variable.ttf (weights 300–900).
   ============================================================ */
@font-face {
  font-family: 'Satoshi';
  src: url('../assets/fonts/Satoshi-Variable.ttf') format('truetype-variations'),
       url('../assets/fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
