/* m301-managed-custom */
/* m301-skin palette */
:root {
  --m301-bg: #ffffff;
  --m301-bg-muted: #f3f5f8;
  --m301-surface: #ffffff;
  --m301-hero-bg: #0b1f3a;
  --m301-fg: #111827;
  --m301-muted: #4b5563;
  --m301-line: #d6dce6;
  --m301-accent: #0b1f3a;
  --m301-link: #1d4e89;
  --m301-primary: #0b1f3a;
  --m301-primary-fg: #ffffff;
  --m301-brand: #1d4e89;
  --m301-brand-2: #0b1f3a;
  --m301-brand-3: #0b1f3a;
  --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; }
