/* Tran Group webfonts.
   GT Pressura Mono is now the REAL licensed brand font, self-hosted from
   assets/tran-group-fonts/gt-pressura-mono/ (Light 300 / Regular 400 / Bold 700).
   Instrument Serif, Figtree, and Plus Jakarta Sans load from Google Fonts (they
   match the brand spec). Deploy GT Pressura Mono only where the Tran Group license
   permits. */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Figtree:ital,wght@0,300..900;1,300..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

@font-face {
  font-family: 'GT Pressura Mono';
  src: url('../assets/tran-group-fonts/gt-pressura-mono/GT-Pressura-Mono-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT Pressura Mono';
  src: url('../assets/tran-group-fonts/gt-pressura-mono/GT-Pressura-Mono-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT Pressura Mono';
  src: url('../assets/tran-group-fonts/gt-pressura-mono/GT-Pressura-Mono-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
