/* Retro90s Theme */
.theme-retro90s {
  --bg: #1a0033;
  --bg-2: #2d0066;
  --fg: #ffffff;
  --muted: #b794ff;
  --primary: #ff6ec7;
  --secondary: #5e00b3;
  --accent: #ffea00;
}
.theme-retro90s .brand-mark { background: linear-gradient(135deg, #ff6ec7, #ffea00); color: #1a0033; }
.theme-retro90s body {
  background-image:
    linear-gradient(rgba(255,110,199,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,110,199,.04) 1px, transparent 1px);
  background-size: 40px 40px;
}
.theme-retro90s h1, .theme-retro90s h2 { font-family: 'JetBrains Mono', monospace; }
.theme-retro90s .card { border-width: 2px; }
