/* Load Lato (text) and Bitter (headings) */
@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@400;700&family=Lato:wght@300;400;700&display=swap');

/* Keep typography custom, but let Material own the color system. */
:root {
  --md-text-font: "Lato", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
}
.md-typeset h1, .md-typeset h2, .md-typeset h3, .md-typeset h4, .md-typeset h5, .md-typeset h6 {
  font-family: "Bitter", Georgia, Cambria, "Times New Roman", Times, serif;
}
