/* Airbnb Design System — Webfonts
   --------------------------------------------------------------------------
   SUBSTITUTION NOTICE
   The production system runs "Airbnb Cereal VF", a custom variable font Airbnb
   licenses, with "Circular" as the historic in-house fallback. Neither is
   open-source / redistributable, so this system ships with **Inter** loaded
   from Google Fonts as the documented closest substitute (see readme.md).
   Inter's metrics transfer cleanly; the spec advises nudging display
   line-heights ~2% tighter to match Cereal's cap height.

   To restore the real typeface: drop the Cereal VF + Circular binaries into
   assets/fonts/ and add @font-face rules here under the family names
   "Airbnb Cereal VF" and "Circular" — the --font-sans stack already prefers
   them ahead of Inter, so they take over automatically with no other change.
   -------------------------------------------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,400..700;1,14..32,400..700&display=swap");
