/* Inter, self-hosted. NOTE: this folder ALSO holds Zoom SDK fonts - I once overwrote the whole
   folder with Zoom's and silently broke the app's typeface. Both sets live here together. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(/fonts/inter.woff2) format('woff2');
}
