/*
 * @stepknock/design-system, vendored.
 *
 * This is the package's own src/styles/index.css, reproduced with the import
 * paths rewritten for a static page. The package ships React components, and a
 * scrollcraft page is plain HTML on the engine, so the components themselves
 * cannot be mounted here. What they emit is plain DOM with sk- class names, and
 * that DOM is reproduced by hand in index.html, class for class.
 *
 * Nothing in this folder is edited. Brand values are not invented anywhere in
 * this build: every colour, size, space, radius, shadow and duration on the
 * page resolves to a token defined in tokens.css.
 *
 * To refresh after the package changes:
 *   cp projects/stepknock-design-system/src/styles/{fonts,tokens,base}.css ds/
 *   cp projects/stepknock-design-system/src/components/*.css ds/components/
 *
 * Order matters. Fonts and tokens first, then the base layer that consumes the
 * tokens, then components.
 */

@import './fonts.css';
@import './tokens.css';
@import './base.css';

@import './components/Button.css';
@import './components/Field.css';
@import './components/Card.css';
@import './components/Section.css';
@import './components/Divider.css';
@import './components/Stat.css';
@import './components/Logo.css';
