/* ==========================================================================
   FONTS — Canon Website OS
   ==========================================================================
   Source of truth: CANON_WEBSITE_DESIGN_OS.txt §10 specifies "font Inter"
   and nothing else — no display/serif/mono pairing is defined. Inter is a
   free, open-source Google Font, so no substitution is needed.

   This environment cannot vendor binary font files, so Inter is loaded from
   Google's CDN (fonts.googleapis.com/fonts.gstatic.com) rather than
   self-hosted .woff2 files in assets/. If you fork this system for
   production, self-hosting these same weights is a drop-in swap — the
   family name and weights below won't change.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* Tabular figures for prices/stats render via font-feature-settings at the
   point of use (see typography.css --font-feature-tabular) rather than a
   separate monospace family — the OS does not define a second typeface. */
