/* Self-hosted subset of Cinzel / Cinzel Decorative / EB Garamond — latin only
   (Arena UI is English-only). Replaces the fonts.googleapis.com CDN link so
   the build has no external resource dependencies (GamePix requirement,
   also removes one more suspect for GD's upload 500). Files downloaded
   from Google Fonts' own gstatic CDN, latin unicode-range only. */

@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('./cinzel-500-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Cinzel Decorative';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./cinzel-decorative-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Cinzel Decorative';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('./cinzel-decorative-900.woff2') format('woff2');
}

@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./eb-garamond-normal-500.woff2') format('woff2');
}

@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('./eb-garamond-italic-500.woff2') format('woff2');
}
