/* CNADE — Font faces
   DIN Condensed Bold: display face, pulled from the MBA Geotecnologias design system (assets/fonts/DINCondensedBold.ttf).
   Inter: loaded from Google Fonts for body copy (no body font file was supplied). */

@font-face {
  font-family: "DIN Condensed Bold";
  src: url("../assets/fonts/DINCondensedBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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