﻿:root {
  --bg:         #0a0a0a;
  --surface:    #141414;
  --surface2:   #1c1c1c;
  --surface3:   #242424;
  --border:     #2a2a2a;
  --gold:       #c9a84c;
  --gold-dim:   #8a6f2e;
  --text:       #e8e0d0;
  --text-dim:   #7a7068;
  --text-mid:   #b0a898;
  --danger:     #c0392b;
  --success:    #27ae60;
  --radius:     4px;
  --sidebar-w:  220px;
  --font-display: "Cormorant Garamond", serif;
  --font-mono:    "JetBrains Mono", monospace;
}
