/* Staging override: use licensed (non-Trial) ABC Monument Grotesk.
   WOFF2 first so browsers get the same hinted/anti-aliased rendering as
   the original site (which loads the Trial woff2). OTF kept as fallback.
   font-weight values match the original fonts/style.css declarations
   (both faces declared at 400) so the cascade behavior is identical. */

@font-face {
    font-family: "ABC Monument Grotesk Trial Regular";
    src: url("ABCMonumentGrotesk-Regular.woff2") format("woff2"),
         url("ABCMonumentGrotesk-Regular.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "ABC Monument Grotesk Trial Medium";
    src: url("ABCMonumentGrotesk-Medium.woff2") format("woff2"),
         url("ABCMonumentGrotesk-Medium.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
}

/* Clean (non-Trial) family aliases for new CSS to reference */
@font-face {
    font-family: "ABC Monument Grotesk Regular";
    src: url("ABCMonumentGrotesk-Regular.woff2") format("woff2"),
         url("ABCMonumentGrotesk-Regular.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "ABC Monument Grotesk Medium";
    src: url("ABCMonumentGrotesk-Medium.woff2") format("woff2"),
         url("ABCMonumentGrotesk-Medium.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
}
