/*
  Drop the real EGymnastics display font files here:
    public/fonts/EGymnasticsDisplay.woff2
    public/fonts/EGymnasticsDisplay.woff
    public/fonts/EGymnasticsDisplay.ttf   (or .otf)

  Then uncomment the @font-face block below. Until then, --font-display in
  theme.css falls back to "Allura" (loaded via Google Fonts in index.html)
  — the same elegant script font currently used for the "EGymnastics"
  wordmark on the main marketing site — so the temporary look already
  matches the site rather than using a generic system font.
*/

/*
@font-face {
  font-family: "EGymnasticsDisplay";
  src:
    url("/fonts/EGymnasticsDisplay.woff2") format("woff2"),
    url("/fonts/EGymnasticsDisplay.woff") format("woff"),
    url("/fonts/EGymnasticsDisplay.ttf") format("truetype");
  font-weight: 400 600;
  font-display: swap;
}
*/
