@font-face {
  font-family: InterVariable;
  src: url(../woff2/inter-var.woff2)
      format('woff2-variations'),
    url(../woff2/inter-var.woff2)
      format('woff2');
  font-weight: 100 900;
  font-display: block;
}

@font-face {
  font-family: Inter;
  src: url(../woff2/inter-regular.woff2)
      format("woff2"),
    url(../woff/inter-regular.woff)
      format("woff");
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: Inter;
  src: url(../woff2/inter-bold.woff2)
      format("woff2"),
    url(../woff/inter-bold.woff)
      format("woff");
  font-weight: 700;
  font-display: block;
}
