/* base.css, CSS custom properties, resets, and typography */

:root {
  /* Theme tokens (--accent, --bg, --text, radii, spacing, …) come from
     theme.css, generated from data/gui/theme.ron, the ONE source. Do NOT
     redefine them here: a hard `--accent: #e07020` used to load after
     theme.css and shadow it, making the web a different orange than native.
     --bg-primary is a web-only alias for theme's --bg. */
  --bg-primary: var(--bg, #0d0d0d);
}

/* Twemoji */
img.emoji {
  height: 1.2em;
  width: 1.2em;
  margin: 0 .05em 0 .1em;
  vertical-align: -0.2em;
  display: inline-block;
}
