/* Postie · tokens/base.css — element defaults over the tokens.
   The document's face and figures: Nunito Sans, tabular lining numerals, on the same scopes the
   theme applies colour to (a `[data-theme]` section is a complete document fragment).
   Deliberately NO reset here: every surface in the pack (components, kits, applications,
   templates) sets its own box model and margins against the frozen working set, and a reset in
   the canonical layer would change their rendering — which would be a P2-class regression, not
   a formalisation. A consuming project brings its own reset above `styles.css`.
   Identical to the working set's application block, unchanged. */
:root,
[data-theme="dark"] {
  font-family: var(--postie-font-ui);
  font-variant-numeric: tabular-nums;
}
