/* m301-managed-custom */
/* m301-skin palette */
:root {
  --m301-bg: #fffbeb;
  --m301-bg-muted: #fef3c7;
  --m301-surface: #ffffff;
  --m301-hero-bg: #9a3412;
  --m301-fg: #431407;
  --m301-muted: #9a3412;
  --m301-line: #fde68a;
  --m301-accent: #ea580c;
  --m301-link: #c2410c;
  --m301-primary: #ea580c;
  --m301-primary-fg: #ffffff;
  --m301-brand: #fbbf24;
  --m301-brand-2: #ea580c;
  --m301-brand-3: #ea580c;
  --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; }
