/* Mikael Hugg Design System - global entry point.
   Consumers link THIS file. It only @imports; no rules live here. */
/* Fonts are loaded via <link rel="stylesheet"> in each page <head> (non render-blocking,
   with preconnect + display=swap) instead of a render-blocking @import here. */
@import "tokens/colors.css";
@import "tokens/typography.css";
@import "tokens/spacing.css";
