/* Generated by scripts/gen-fonts.ts. Do not edit. */
@font-face {
  font-family: 'Inter var';
  font-weight: 100 900;
  font-style: normal;
  font-named-instance: 'Regular';
  font-display: swap;
  src: url('Inter-roman.var.woff2') format('woff2 supports variations(gvar)'),
    url('Inter-roman.var.woff2') format('woff2-variations'),
    url('Inter-roman.var.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter var';
  font-weight: 100 900;
  font-style: italic;
  font-named-instance: 'Italic';
  font-display: swap;
  src: url('Inter-italic.var.woff2') format('woff2 supports variations(gvar)'),
    url('Inter-italic.var.woff2') format('woff2-variations'),
    url('Inter-italic.var.woff2') format('woff2');
}

/*
 * The site's stylesheets ask for `Inter`; alias it to the variable font so we
 * only ship two files instead of the full static family.
 */
@font-face {
  font-family: 'Inter';
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  src: url('Inter-roman.var.woff2') format('woff2-variations'),
    url('Inter-roman.var.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
  src: url('Inter-italic.var.woff2') format('woff2-variations'),
    url('Inter-italic.var.woff2') format('woff2');
}
