/* m301-managed-custom */
/* m301-skin palette */
:root {
  --m301-bg: #f8f9fa;
  --m301-bg-muted: #eaecf0;
  --m301-surface: #ffffff;
  --m301-hero-bg: #202122;
  --m301-fg: #202122;
  --m301-muted: #54595d;
  --m301-line: #c8ccd1;
  --m301-accent: #1e3a5f;
  --m301-link: #3366cc;
  --m301-primary: #1e3a5f;
  --m301-primary-fg: #ffffff;
  --m301-brand: #3366cc;
  --m301-brand-2: #1e3a5f;
  --m301-brand-3: #1e3a5f;
  --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; }
