/* ============================================================
   THE AGENCY — DESIGN SYSTEM ENTRY POINT
   Consumers link THIS one file. It is a manifest of @imports
   only. The first import pulls the brand-sanctioned Google
   Font fallbacks (Manual p.12); the rest reach every token.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,500;0,600;0,700;1,500;1,600&family=Noto+Serif+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');

@import 'tokens/colors.css';
@import 'tokens/typography.css';
@import 'tokens/spacing.css';
@import 'tokens/elevation.css';
@import 'tokens/base.css';
