/* ==========================================================================
   Land Lens — Webfont declarations
   --------------------------------------------------------------------------
   DM Sans (brand wordmark + headings) and Nexa Bold (logo lockup) ship as
   local binaries. Inter Tight (marketing display), Inter (dashboard UI) and
   JetBrains Mono (data / numerics) are pulled from Google Fonts.
   ========================================================================== */

/* --- Brand: DM Sans -------------------------------------------------------- */
@font-face {
  font-family: "DM Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/DMSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/DMSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/DMSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/DMSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/DMSans-ExtraBold.ttf") format("truetype");
}

/* --- Brand lockup: Nexa Bold ---------------------------------------------- */
@font-face {
  font-family: "Nexa";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/Nexa-Bold.otf") format("opentype");
}

/* --- UI + display + mono: Google Fonts ------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@300;400;500;600;700;800&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap");
