/* Design system — entry point.
 *
 * In the handoff package this file was nothing but an @import list: the eleven
 * token sheets plus fonts.css and the three figma sources. The theme enqueues
 * every one of those itself, in the same order, through magma_token_stylesheets()
 * and inc/assets.php — so the imports were doing two harmful things:
 *
 *   1. re-downloading eleven sheets a second time on every page load;
 *   2. requesting four addresses that do not exist in the theme's layout —
 *      tokens/fonts.css (it lives in assets/fonts/), components/brand/fig-assets.css
 *      and figma-src/fig-{tokens,typography}.css (all three are flat in assets/css/) —
 *      which is four 404s per page.
 *
 * The imports are therefore gone. The file itself stays, and stays enqueued as
 * `magma-ds`, because it is the handle the chrome and rhythm sheets depend on and
 * the place the design system's own rules would land if it ever ships any.
 */
