/* m301-managed-custom */
/* m301-skin palette */
:root {
  --m301-bg: #f1f5f9;
  --m301-bg-muted: #e2e8f0;
  --m301-surface: #ffffff;
  --m301-hero-bg: #0c4a6e;
  --m301-fg: #0f172a;
  --m301-muted: #475569;
  --m301-line: #cbd5e1;
  --m301-accent: #0369a1;
  --m301-link: #0369a1;
  --m301-primary: #0369a1;
  --m301-primary-fg: #ffffff;
  --m301-brand: #38bdf8;
  --m301-brand-2: #0369a1;
  --m301-brand-3: #0369a1;
  --m301-font: ui-sans-serif, system-ui, sans-serif;
}
html, body, .m301-body { font-family: ui-sans-serif, system-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; }
