/* TrailFree website — global entry point.
 * Consumers link THIS file. Tokens + fonts + base + site layout.
 *
 * The token layers (fonts/colors/typography/spacing/base) are copied verbatim
 * from the exported Claude Design system at design/trailfree-design-system/,
 * except fonts.css, which is rewritten to self-host Figtree. Do not edit the
 * copied token files here to diverge the brand — change them in the design
 * system and re-copy. Website-only layout lives in site.css.
 */

@import "./tokens/fonts.css";
@import "./tokens/colors.css";
@import "./tokens/typography.css";
@import "./tokens/spacing.css";
@import "./tokens/base.css";
@import "./site.css";
