/*
 * Application manifest (Propshaft). The design system lives in two frozen files
 * (step 01): tokens.css (custom properties) and wizard.css (component classes).
 * They are imported here so every page inherits the freenet design language.
 * (If Propshaft does not resolve these @imports at serve time, step 04 wires the
 * layout with stylesheet_link_tag "tokens", "wizard", "application".)
 */
@import "tokens.css";
@import "wizard.css";
