/* m301-managed-custom */
/* m301-skin palette */
:root {
  --m301-bg: #ffffff;
  --m301-bg-muted: #f1f5f9;
  --m301-surface: #ffffff;
  --m301-hero-bg: #0f172a;
  --m301-fg: #0f172a;
  --m301-muted: #475569;
  --m301-line: #cbd5e1;
  --m301-accent: #1e3a8a;
  --m301-link: #1d4ed8;
  --m301-primary: #1e3a8a;
  --m301-primary-fg: #ffffff;
  --m301-brand: #3b82f6;
  --m301-brand-2: #1e3a8a;
  --m301-brand-3: #1e3a8a;
  --m301-font: "Source Sans 3", system-ui, sans-serif;
}
html, body, .m301-body { font-family: "Source Sans 3", 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; }
