/* ============================================================
   ECHTE STARS — Webfonts
   Anton (display) is shipped locally from the brand kit.
   Inter (text) + Montserrat (logo italic accent) load from Google Fonts.
   ============================================================ */

@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/Anton-Regular.ttf") format("truetype");
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:ital,wght@1,700&display=swap");
