/* m301-managed-custom */
/* m301-skin palette */
:root {
  --m301-bg: #ffffff;
  --m301-bg-muted: #f8fafc;
  --m301-surface: #ffffff;
  --m301-hero-bg: #0f172a;
  --m301-fg: #0f172a;
  --m301-muted: #64748b;
  --m301-line: #e2e8f0;
  --m301-accent: #2563eb;
  --m301-link: #2563eb;
  --m301-primary: #2563eb;
  --m301-primary-fg: #ffffff;
  --m301-brand: #0ea5e9;
  --m301-brand-2: #2563eb;
  --m301-brand-3: #2563eb;
  --m301-font: system-ui, -apple-system, "Segoe UI", sans-serif;
}
html, body, .m301-body { font-family: system-ui, -apple-system, "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; }
