/* ==========================================================================
   BoatExperts — Theme
   CSS custom property overrides only.
   These values replace the defaults defined in base.css.
   ========================================================================== */

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

:root {
  --font-body: 'Inter', sans-serif;
  --font-heading: 'Inter', sans-serif;
}
