/* m301-managed-custom */
/* m301-skin palette */
:root {
  --m301-bg: #ffffff;
  --m301-bg-muted: #eef1f4;
  --m301-surface: #ffffff;
  --m301-hero-bg: #111827;
  --m301-fg: #111827;
  --m301-muted: #4b5563;
  --m301-line: #d1d5db;
  --m301-accent: #1f2933;
  --m301-link: #334e68;
  --m301-primary: #1f2933;
  --m301-primary-fg: #f8fafc;
  --m301-brand: #3d5a80;
  --m301-brand-2: #1f2933;
  --m301-brand-3: #1f2933;
  --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; }
