/* ============================================================ FONTS — Chan Compass · Spectrum 2 Adobe Clean (Spectrum's UI typeface) is proprietary, so this system substitutes Adobe's own open-source families: · Source Sans 3 → UI / headings (stands in for Adobe Clean) · Source Serif 4 → editorial serif (stands in for Adobe Clean Serif) · Source Code Pro → mono / code (Spectrum's real code font) Loaded from Google Fonts. If you have licensed Adobe Clean, swap the @font-face stack and the families resolve automatically. ============================================================ */ @import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&family=Source+Serif+4:ital,wght@0,400;0,600;0,700;1,400&family=Source+Code+Pro:wght@400;500;600&display=swap');