/* S.A.F.E. LLC webfonts.
   No font binaries were supplied with the brand assets. The logo wordmark is a heavy
   geometric sans; the substitutes below are the closest Google Fonts matches.
   SUBSTITUTION FLAGGED IN readme.md — replace with licensed files if available. */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700&family=Source+Sans+3:ital,wght@0,400;0,600;0,700;1,400&family=IBM+Plex+Mono:wght@400;500&display=swap");

:root {
  --font-display: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  --font-sans: "Source Sans 3", -apple-system, "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, "Courier New", monospace;
}
