/* m301-managed-custom */
/* m301-skin palette */
:root {
  --m301-bg: #0b1220;
  --m301-bg-muted: #111827;
  --m301-surface: #111827;
  --m301-hero-bg: #020617;
  --m301-fg: #e5e7eb;
  --m301-muted: #9ca3af;
  --m301-line: #1f2937;
  --m301-accent: #22d3ee;
  --m301-link: #67e8f9;
  --m301-primary: #22d3ee;
  --m301-primary-fg: #083344;
  --m301-brand: #38bdf8;
  --m301-brand-2: #22d3ee;
  --m301-brand-3: #22d3ee;
  --m301-font: ui-monospace, "JetBrains Mono", Menlo, monospace;
}
html, body, .m301-body { font-family: ui-monospace, "JetBrains Mono", Menlo, monospace; }
header .navbar-brand img { max-height: 40px; width: auto; }
header .navbar-nav .nav-link { font-size: 1rem; padding: 0.5rem 0.85rem; }
