/**
 * @file
 * Font-face declaration for the Gin Inter font.
 */

/* Inter v3.19 */
/* cspell:ignore Ginter, gvar */
@font-face {
  font-family: Ginter;
  src:
    url(../../font/inter.woff2) format("woff2 supports variations(gvar)"),
    url(../../font/inter.woff2) format("woff2-variations"),
    url(../../font/inter.woff2) format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
