/* ============================================================
   MONTEITH CONSTRUCTION — FONTS
   The brand wordmark and all UI use Montserrat — a geometric grotesque.
   Caps, wide tracking, and light weights echo the logo lettering.

   SUBSTITUTION NOTE: served from Google Fonts CDN (the genuine
   Montserrat family used in the logo + letterhead font table).
   If you hold licensed/self-hosted Montserrat binaries, drop them
   in assets/fonts/ and replace this @import with @font-face rules.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,600&display=swap');

/* IBM Plex Mono — for project numbers, specs, and metadata only (a quiet
   counterpoint to Montserrat). Swap for any humanist mono if preferred. */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&display=swap');
