/* AstroMagic Display 1.0 — one Regular face, headlines and short display text. */
@font-face {
  font-family: "AstroMagic Display";
  src: url("./AstroMagicDisplay-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
.astromagic-display {
  font-family: "AstroMagic Display", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
  font-kerning: normal;
  line-height: 1.4;
}
/* Optional warm gold. The font itself remains monochrome and selectable. */
.astromagic-display--gold {
  color: #e9cc8e;
}
@supports (background-clip: text) or (-webkit-background-clip: text) {
  .astromagic-display--gold {
    background-image: linear-gradient(112deg, #ab7836 0%, #e4bd71 14%, #fff0bb 26%, #c59547 40%, #f4d99a 55%, #b68236 67%, #f6df9f 80%, #cb9a4e 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }
}
