/* Fallback theme used before a vault is opened. The vault's own theme.css
   replaces this at runtime via <style id="vault-theme">. */
:root {
  --obv-bg: #14141c;
  --obv-surface: #1c1c26;
  --obv-sidebar: #17171f;
  --obv-border: #2b2b3a;
  --obv-text: #e6e6f0;
  --obv-muted: #8a8aa3;
  --obv-accent: #c4b5fd;
  --obv-link: #a5d8ff;
  --obv-code-bg: #0f0f17;
  --obv-font: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  --obv-mono: "JetBrains Mono", "Fira Code", ui-monospace, Menlo, monospace;
}

.md-body h1 { color: #ffd6a5; font-size: 2.4rem; font-weight: 700; }
.md-body h2 { color: #fdffb6; font-size: 1.9rem; font-weight: 700; }
.md-body h3 { color: #caffbf; font-size: 1.55rem; font-weight: 600; }
.md-body h4 { color: #9bf6ff; font-size: 1.3rem;  font-weight: 600; }
.md-body h5 { color: #a0c4ff; font-size: 1.15rem; font-weight: 600; }
.md-body h6 { color: #ffc6ff; font-size: 1.05rem; font-weight: 600; }
