/* m301-managed-custom */
/* m301-skin palette */
:root {
  --m301-bg: #f0fdfa;
  --m301-bg-muted: #ccfbf1;
  --m301-surface: #ffffff;
  --m301-hero-bg: #115e59;
  --m301-fg: #134e4a;
  --m301-muted: #0f766e;
  --m301-line: #99f6e4;
  --m301-accent: #0d9488;
  --m301-link: #0f766e;
  --m301-primary: #0d9488;
  --m301-primary-fg: #ffffff;
  --m301-brand: #38bdf8;
  --m301-brand-2: #0d9488;
  --m301-brand-3: #0d9488;
  --m301-font: system-ui, "Segoe UI", sans-serif;
}
html, body, .m301-body { font-family: system-ui, "Segoe 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; }
