/* m301-managed-custom */
/* m301-skin palette */
:root {
  --m301-bg: #fefce8;
  --m301-bg-muted: #fef3c7;
  --m301-surface: #ffffff;
  --m301-hero-bg: #78350f;
  --m301-fg: #422006;
  --m301-muted: #a16207;
  --m301-line: #fde68a;
  --m301-accent: #92400e;
  --m301-link: #b45309;
  --m301-primary: #92400e;
  --m301-primary-fg: #fffbeb;
  --m301-brand: #d97706;
  --m301-brand-2: #92400e;
  --m301-brand-3: #92400e;
  --m301-font: Georgia, "Noto Serif SC", serif;
}
html, body, .m301-body { font-family: Georgia, "Noto Serif SC", serif; }
header .navbar-brand img { max-height: 40px; width: auto; }
header .navbar-nav .nav-link { font-size: 1rem; padding: 0.5rem 0.85rem; }
