/* ==========================================================================
   FONTS — Lamborghini Design System

   The real brand face is **LamboType**, a custom Neo-Grotesk by Character Type
   + Strichpunkt with 12° angled terminals and hexagonal construction. It is
   proprietary and NOT redistributable, so this system substitutes the closest
   free Neo-Grotesk available on Google Fonts:

     • Archivo — clean grotesk, tight apertures, ships an Expanded family and a
       full weight range (Light→Black). Used for display + UI here.

   >>> SUBSTITUTION FLAGGED: replace the @import below with real LamboType
       @font-face rules + hosted .woff2 binaries when licensed files are
       available. All --font-* tokens will then pick them up automatically.
   ========================================================================== */

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