/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @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;
}
