/* Geom — the Hydran brand typeface (manual, PARTE III).
   The brand manual licenses Geom through Adobe Fonts; the identical family is
   published by its designer on Google Fonts under the SIL OFL, which is what we
   serve here so consumers need no Adobe entitlement.
   IBM Plex Mono is an ADDITION (no mono is specified in the manual) used only for
   technical data: pipe sizes, hydraulic figures, NFPA/FM references, drawing tags.
   Material Symbols Outlined is also an ADDITION (the brand supplies no icon set) —
   see ICONOGRAPHY in readme.md. */
@import url("https://fonts.googleapis.com/css2?family=Geom:wght@300;400;500;600;700;800;900&family=IBM+Plex+Mono:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,300..600,0..1,-25..0&display=block");
:root{--font-geom:"Geom","Helvetica Neue",Arial,sans-serif;--font-plex-mono:"IBM Plex Mono",ui-monospace,SFMono-Regular,Menlo,monospace;--font-display:var(--font-geom);--font-body:var(--font-geom);--font-mono:var(--font-plex-mono);--font-icon:"Material Symbols Outlined"}
