/* Shared defaults - reset, tokens, and cross-page primitives */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: var(--wtm-font);
}

:root {
  --wtm-bg: #000000;
  --wtm-fg: rgba(255, 255, 255, 0.82);
  --wtm-fg-muted: rgba(255, 255, 255, 0.55);
  --wtm-font: "Instrument Serif", ui-serif, Georgia, "Times New Roman", serif;
}
