/* Dexify self-hosted web fonts — no third-party font requests.
   All three families are licensed under the SIL Open Font License 1.1.
   License texts ship alongside these files:
     OFL-InterTight.txt · OFL-InstrumentSerif.txt · OFL-JetBrainsMono.txt
   Files are latin + Turkish subsets built from google/fonts sources. */

@font-face {
  font-family: 'Inter Tight';
  src: url('InterTight-var.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Serif';
  src: url('InstrumentSerif-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Serif';
  src: url('InstrumentSerif-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('JetBrainsMono-var.woff2') format('woff2');
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
