/* Loopsy — global stylesheet
   Imports the design system tokens (design-system/tokens.css) so every page
   gets the --loopsy-* CSS custom properties. Page-specific styling still
   lives in each page's own <style> block; this file is the shared base. */

@import "../design-system/tokens.css";
