/*
 * Corridor Design System — global entry point.
 *
 * This file is intentionally a list of @import lines only. It reaches
 * every token file and the webfonts. Consumers link THIS one file.
 *
 * Fonts first (the @import must precede rule-bearing sheets), then the
 * token layers: colors, typography, spacing/radius/shadow/motion.
 */

@import url("tokens/fonts.css");
@import url("tokens/colors.css");
@import url("tokens/typography.css");
@import url("tokens/spacing.css");
