/* Modern SaaS stack — Cabinet Grotesk (Fontshare) for display headlines,
   Inter for body, Geist Mono for labels and tabular numerals. */
@import url("https://api.fontshare.com/v2/css?f[]=cabinet-grotesk@400,500,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Geist+Mono:wght@400;500&display=swap");

/* BigReno from MC Drive — kept available for pages that want Notion-style display;
   current redesign uses Cabinet Grotesk, but Task 7 wired this in and the .woff
   lives at web/assets/vendor/BigReno.woff, so the face stays registered. */
@font-face {
  font-family: "BigReno";
  src: url("BigReno.woff") format("woff");
  font-display: swap;
  font-weight: 400 700;
  font-style: normal;
}
