/* ============================================================
   Macnitech — Web fonts
   Display: Cormorant Garamond (serif, light)
   Body / UI / Labels: Inter
   ------------------------------------------------------------
   NOTE: Fonts are loaded from the Google Fonts CDN. If you need
   fully self-hosted/offline binaries, drop the .woff2 files into
   assets/fonts/ and replace the @import below with @font-face
   rules pointing at them.
   ============================================================ */

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