/* ============================================================================
   oc-doc.css — A SHIM. The real sheets live in artefacts/.
   ----------------------------------------------------------------------------
   This file used to be a full second copy of the component styles, kept "in
   step" with the artifact's copy by hand. It drifted, exactly as the warning
   in artefacts/oc-doc.css predicts, and the two disagreed about components,
   spacing and responsiveness.

   Now it only imports the system pair, in the load-bearing order the artefact
   template documents: components first, the site's overrides last, winning on
   source order alone. Every page that links /oc-doc.css (the features index,
   the /features/ pages, the release page) gets the system through this shim
   with no page edits, and there is no second copy left to drift.

   Absolute URLs, because pages link this from two directory depths. */
@import url(/artefacts/oc-doc.css);
@import url(/artefacts/artefact-overrides.css);
