/* ============================================================
   Font registry
   To self-host Inter Tight:
   1. Download from https://fonts.google.com/specimen/Inter+Tight
   2. Place .woff2 files in this directory
   3. Uncomment the @font-face rule below
   ============================================================ */

@font-face {
  font-family: 'Inter Tight';
  src: local('Inter Tight'),
       local('InterTight');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Place actual .woff2 files and update:
@font-face {
  font-family: 'Inter Tight';
  src: url('InterTight-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
*/
