/* This url should match the fontUrl in Meta.js */
@font-face {
  font-family: 'Inter';
  font-weight: 300 800; /* Available weights of the font, ranging from 300 to 600 */
  font-display: swap;
  font-style: normal;
  font-named-instance: 'Regular';
  src: url('../woff2/inter-roman.var.woff2') format('woff2-variations');
}
@font-face {
  font-family: 'Inter';
  font-weight: 300 800; /* Available weights of the font, ranging from 300 to 600 */
  font-display: swap;
  font-style: italic;
  font-named-instance: 'Italic';
  src: url('../woff2/inter-italic.var.woff2') format('woff2-variations');
}
@font-face {
  font-family: 'Caveat';
  font-display: swap;
  src: url('../ttf/caveat-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Fira Code';
  font-display: swap;
  src: url('../ttf/firacode-light.ttf') format('truetype');
}
