/* The Rusk Alliance — Design System
   Global entry point. Consumers link THIS file.
   Keep this file @import-only. */

/* Fonts (Google Fonts substitution — see readme.md "Fonts") */
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Nunito:ital,wght@0,400;0,600;0,700;0,800;1,600&family=Space+Mono:wght@400;700&display=swap");

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