@font-face {
  font-family: 'Inter';
  font-weight: 300; /* Light */
  font-style: normal;
  font-display: swap;
  src: url('/fonts/Inter/Inter-Light.woff2') format('woff2'),
       url('/fonts/Inter/Inter-Light.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-weight: 400; /* Regular */
  font-style: normal;
  font-display: swap;
  src: url('/fonts/Inter/Inter-Regular.woff2') format('woff2'),
       url('/fonts/Inter/Inter-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-weight: 900; /* Black */
  font-style: normal;
  font-display: swap;
  src: url('/fonts/Inter/Inter-Black.woff2') format('woff2'),
       url('/fonts/Inter/Inter-Black.woff') format('woff');
}