/* style.css — Import hub for amalamalabs.com
   CSS Cascade Layers: declared order controls specificity */

@layer reset, tokens, base, components, animations, responsive;

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

@import url('tokens.css') layer(tokens);
@import url('base.css') layer(base);
@import url('components.css') layer(components);
@import url('animations.css') layer(animations);
@import url('responsive.css') layer(responsive);
