﻿STRATA — Design System
Version 1.0

CONTENTS
========
  styles.css    Every design token (as CSS variables) + all component classes.
                Drop into any project, link from your HTML.

  tokens.json   W3C DTCG-format token export.
                Pipe through Style Dictionary, Tokens Studio,
                or any token build pipeline.

QUICK START
===========
  1. Copy styles.css into your project.
  2. <link rel="stylesheet" href="styles.css">
  3. <button class="btn btn-accent">Continue</button>

FULL DOCS
=========
  https://strata.philiphe.com

  - Foundations: every token, illustrated
  - Components:  buttons, inputs, tables, cards, alerts, more
  - Patterns:    a composed dashboard
  - Get started: three adoption paths

LICENSE
=======
  Use freely. Attribution appreciated but not required.
