/* tokens.css
   Entry point for the Glacier Day design kit (arcticcasino.eu). Link only
   this file from HTML — it @imports the four token partials below, in the
   order later partials are allowed to reference earlier ones (palette has
   no dependencies, surface reads palette + scale). Rebrand by editing the
   handful of hooks marked in tokens/palette.css; everything else derives
   from them. */

@import url("./tokens/palette.css");
@import url("./tokens/type.css");
@import url("./tokens/scale.css");
@import url("./tokens/surface.css");
