/* m301-managed-custom */
/* m301-skin palette */
:root {
  --m301-bg: #f8fafc;
  --m301-bg-muted: #e2e8f0;
  --m301-surface: #ffffff;
  --m301-hero-bg: #0f172a;
  --m301-fg: #0f172a;
  --m301-muted: #475569;
  --m301-line: #cbd5e1;
  --m301-accent: #0f172a;
  --m301-link: #0284c7;
  --m301-primary: #0f172a;
  --m301-primary-fg: #f8fafc;
  --m301-brand: #22d3ee;
  --m301-brand-2: #0f172a;
  --m301-brand-3: #0f172a;
  --m301-font: ui-sans-serif, system-ui, "Helvetica Neue", sans-serif;
}
html, body, .m301-body { font-family: ui-sans-serif, 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; }
