/* m301-managed-custom */
/* m301-skin palette */
:root {
  --m301-bg: #f0f9ff;
  --m301-bg-muted: #e0f2fe;
  --m301-surface: #ffffff;
  --m301-hero-bg: #075985;
  --m301-fg: #0c4a6e;
  --m301-muted: #0369a1;
  --m301-line: #bae6fd;
  --m301-accent: #0284c7;
  --m301-link: #0369a1;
  --m301-primary: #0284c7;
  --m301-primary-fg: #ffffff;
  --m301-brand: #7dd3fc;
  --m301-brand-2: #0284c7;
  --m301-brand-3: #0284c7;
  --m301-font: system-ui, "Helvetica Neue", sans-serif;
}
html, body, .m301-body { font-family: system-ui, "Helvetica Neue", sans-serif; }
header .navbar-brand img { max-height: 40px; width: auto; }
header .navbar-nav .nav-link { font-size: 1rem; padding: 0.5rem 0.85rem; }
