/* Hide default footer & TOS links */
.md-footer { display: none !important; }

/* Inter / DM Sans already loaded via Tailwind; use for all text */
:root {
  --md-text-font: "Inter", "DM Sans", system-ui, sans-serif;
}

/* Center hero markdown headings */
.md-typeset h1, .md-typeset h2 { text-align: center; }
