/**
 * UP Brand typography
 * Headings: Neulis Alt Bold (upload to assets/fonts/) — fallback: Outfit
 * Body: Poppins (Google Fonts)
 */

@font-face {
  font-family: "Neulis Alt";
  src:
    url("../fonts/NeulisAlt-Bold.woff2") format("woff2"),
    url("../fonts/NeulisAlt-Bold.woff") format("woff"),
    url("../fonts/NeulisAlt-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
