/* m301-managed-custom */
/* m301-skin palette */
:root {
  --m301-bg: #ffffff;
  --m301-bg-muted: #f2f7f7;
  --m301-surface: #ffffff;
  --m301-hero-bg: #0b3a45;
  --m301-fg: #12262b;
  --m301-muted: #4a6570;
  --m301-line: #d5e3e6;
  --m301-accent: #0f4c5c;
  --m301-link: #0f4c5c;
  --m301-primary: #0f4c5c;
  --m301-primary-fg: #ffffff;
  --m301-brand: #1b6b7a;
  --m301-brand-2: #0f4c5c;
  --m301-brand-3: #0f4c5c;
  --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; }
