/* theme-slate — neutral cool */
:root {
  --text: #1e293b;
  --muted: #64748b;
  --accent: #4f46e5;
  --bg: #ffffff;
  --border: #e2e8f0;
}
.site-header { border-bottom-width: 2px; }
.logo { font-family: Georgia, "Times New Roman", serif; }
