@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;500;600;700&family=Didact+Gothic&display=swap');

/* Maria Neuhuber brand — warm taupe / gold / cream, serif headings */
:root{
  --cal-bg-subtle:#f4ecdd;
  --cal-bg:#fffdf8;
  --cal-bg-muted:#f1e8d7;
  --cal-bg-emphasis:#e9dec9;
  --cal-bg-inverted:#3a302a;
  --cal-text-emphasis:#3a302a;
  --cal-text:#4a3f38;
  --cal-text-subtle:#857567;
  --cal-text-muted:#9a8c7d;
  --cal-border:#e6d9c2;
  --cal-border-subtle:#efe6d5;
  --cal-border-emphasis:#d8c6a8;
  --cal-brand:#d6b36b;
  --cal-brand-emphasis:#c79f4f;
  --cal-brand-text:#3a302a;
  --font-cal:'Noto Serif', Georgia, serif;
}

html, body { background:#f4ecdd !important; }

body, input, textarea, select, button {
  font-family:'Didact Gothic','Inter',system-ui,sans-serif !important;
}

h1, h2, h3, h4, .font-cal, [class*="font-cal"] {
  font-family:'Noto Serif', Georgia, serif !important;
  color:#3a302a !important;
  letter-spacing:.1px;
}
