/* ============================================================
   Flowerista Innovation Hub — Design System
   Global stylesheet entry point. Consumers link THIS file only.
   This file is @import lines exclusively — no rules.
   ============================================================ */

/* Poppins is the body font. No binary was supplied by the brand,
   so it is loaded from Google Fonts (the manual states all fonts
   are freely available there). Replace with a self-hosted binary
   for fully-offline use. */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500&display=swap");

@import "tokens/fonts.css";
@import "tokens/colors.css";
@import "tokens/typography.css";
@import "tokens/spacing.css";
