/*
 * design-system/system.css — Arctic Casino VIP entrypoint.
 * Own structure/naming, not a copy of any donor's design-system layout:
 * tokens live in tokens/*.css (palette, type, scale, base), this file only
 * @imports them in a fixed order. Site-specific layout/components/content
 * styles live under src/styles/ and are linked separately in <head>.
 */
@import './tokens/palette.css';
@import './tokens/type.css';
@import './tokens/scale.css';
@import './tokens/base.css';
