
:root {
  --theme-font-serif: Georgia, "Times New Roman", serif;
  --theme-font-ui: system-ui, -apple-system, "Segoe UI", sans-serif;
  --theme-ink: #2c2c2c;
  --theme-muted: #6b6b6b;
  --theme-line: #e5e5e5;
  --theme-paper: #ffffff;
  --theme-brand: #01a96b;
  --theme-deep: #182128;
  --theme-journal-bar: #738094;
  --theme-content-width: 1170px;
  --theme-journal-width: 1220px;
  --theme-radius: 6px;
}

