/* m301-managed-custom */
/* m301-skin palette */
:root {
  --m301-bg: #1e1b4b;
  --m301-bg-muted: #312e81;
  --m301-surface: #312e81;
  --m301-hero-bg: #0f0a2e;
  --m301-fg: #ede9fe;
  --m301-muted: #a5b4fc;
  --m301-line: #4338ca;
  --m301-accent: #c4b5fd;
  --m301-link: #c4b5fd;
  --m301-primary: #c4b5fd;
  --m301-primary-fg: #2e1065;
  --m301-brand: #93c5fd;
  --m301-brand-2: #c4b5fd;
  --m301-brand-3: #c4b5fd;
  --m301-font: system-ui, "Noto Sans SC", sans-serif;
}
html, body, .m301-body { font-family: system-ui, "Noto Sans SC", sans-serif; }
header .navbar-brand img { max-height: 40px; width: auto; }
header .navbar-nav .nav-link { font-size: 1rem; padding: 0.5rem 0.85rem; }
