/* ==========================================================================
   Inter font

   Loads the Inter web font referenced in the `sans` stack
   (Geist → Inter → system-ui). Linked via `stylesheet_link_tag 'inter-font'`
   in the application layout. Mirrors the Google Fonts @import pattern used in
   internal.css for the other web fonts.
   ========================================================================== */

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