/* Hide footer if desired */
/* .md-footer { display: none !important; } */

/* Local fonts */
@font-face {
  font-family: "Equity";
  src: url("../assets/Equity.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Engravers Gothic";
  src: url("../assets/EngraversGothic.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Material font variables */
:root {
  --md-text-font: "Equity", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --md-code-font: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* Apply body/nav/footer explicitly to avoid theme overrides */
.md-typeset,
.md-nav,
.md-header,
.md-footer {
  font-family: var(--md-text-font) !important;
}

/* Headings in content only */
.md-typeset h1,
.md-typeset h2,
.md-typeset h3,
.md-typeset h4,
.md-typeset h5,
.md-typeset h6 {
  font-family: "Engravers Gothic", var(--md-text-font), serif !important;
  font-weight: 400;
  letter-spacing: .02em;
}
