/* ============================================================
   PLUR Solutions — Design System entry point
   Consumers link THIS file. It is an import manifest only.
   ------------------------------------------------------------
   Fonts: web-linked from Google Fonts. Display = Rubik,
   Text = Manrope, Mono = JetBrains Mono. All three carry full
   Cyrillic for Russian-language product copy.
   (Display substitution flagged to client — see readme.md > Typography.)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&family=Manrope:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;700&display=swap');

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