/* m301-managed-custom */
/* m301-skin palette */
:root {
  --m301-bg: #111827;
  --m301-bg-muted: #1f2937;
  --m301-surface: #1f2937;
  --m301-hero-bg: #030712;
  --m301-fg: #f1f5f9;
  --m301-muted: #94a3b8;
  --m301-line: #374151;
  --m301-accent: #f8fafc;
  --m301-link: #e2e8f0;
  --m301-primary: #f8fafc;
  --m301-primary-fg: #0f172a;
  --m301-brand: #94a3b8;
  --m301-brand-2: #f8fafc;
  --m301-brand-3: #f8fafc;
  --m301-font: system-ui, "Segoe UI", sans-serif;
}
html, body, .m301-body { font-family: system-ui, "Segoe UI", sans-serif; }
header .navbar-brand img { max-height: 40px; width: auto; }
header .navbar-nav .nav-link { font-size: 1rem; padding: 0.5rem 0.85rem; }
