:root {
  --navy:         #0b1b3a;
  --navy-mid:     #1a2b55;
  --navy-light:   #243672;
  --accent:       #3b5bdb;
  --accent-light: #eef2ff;
  --success:      #10b981;
  --warning:      #f59e0b;
  --danger:       #ef4444;
  --violet:       #8b5cf6;
  --border:       #dde2ef;
  --muted:        #6b7a99;
  --slate:        #f4f6fb;
  --sidebar-w:    220px;
}

body {
  font-family: 'Inter', sans-serif;
  background: var(--slate);
}

.font-serif {
  font-family: 'Source Serif 4', serif;
}

.font-mono {
  font-family: 'JetBrains Mono', monospace;
}
