/* SMERGHAIN webfonts - Google Fonts.
   Inter stands in for Coolvetica (the brand's display face): heavy weights with
   tight tracking. Special Elite is the brand's body face and is a Google Font.
   The original Coolvetica desktop OTFs still live in assets/fonts/ if the brand
   ever licenses them for web - see readme.md > Typography. */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800;900&family=Special+Elite&display=swap");

/* Local fallback for the body face, so cards render offline too. */
@font-face{font-family:"Special Elite Local";src:url("../assets/fonts/SpecialElite-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}
