/* ============================================================
   DENVER PIAZZA — BRAND FONTS (self-hosted)
   Alte Haas Grotesk (display) + Roboto Mono (labels/body).
   These are the actual brand typefaces. Import before tokens.css.
   ============================================================ */

@font-face {
  font-family: "Alte Haas Grotesk";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("fonts/AlteHaasGroteskBold.woff2") format("woff2"),
       url("fonts/AlteHaasGroteskBold.ttf") format("truetype");
}
@font-face {
  font-family: "Alte Haas Grotesk";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("fonts/AlteHaasGroteskRegular.woff2") format("woff2"),
       url("fonts/AlteHaasGroteskRegular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Mono";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("fonts/RobotoMono-Regular.woff2") format("woff2"),
       url("fonts/RobotoMono-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Mono";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("fonts/RobotoMono-Medium.woff2") format("woff2"),
       url("fonts/RobotoMono-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Mono";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("fonts/RobotoMono-Bold.woff2") format("woff2"),
       url("fonts/RobotoMono-Bold.ttf") format("truetype");
}
