/* Lemona typefaces — Archivo (display / UI) + Hanken Grotesk (body).
   SUBSTITUTION NOTE: no brand font binaries were supplied. These are the nearest
   Google Fonts matches to the LEMONA wordmark (tight geometric grotesk, heavy weights).
   Swap in the real foundry files here when available. */
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,700&family=Hanken+Grotesk:wght@400;500;600;700&display=swap");

:root{
  --font-display:"Archivo","Helvetica Neue",Arial,sans-serif;
  --font-ui:"Hanken Grotesk","Helvetica Neue",Arial,sans-serif;
  --font-body:"Hanken Grotesk","Helvetica Neue",Arial,sans-serif;
  --font-numeric:"Archivo","Helvetica Neue",Arial,sans-serif;
}
