/* Custom fonts for Retropak documentation */

/* Headings - using serif font stack with Century Book style */
h1, h2, h3, h4, h5, h6,
.md-header__topic,
.md-nav__title {
  font-family: 'Century Schoolbook', 'New Century Schoolbook', 'Century', Georgia, 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-weight: 600;
  letter-spacing: -0.01em;
}

/* Main body text - optimized system font stack for readability */
body,
.md-typeset p,
.md-typeset li,
.md-typeset td {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
}

/* Optional: Adjust heading weights for better hierarchy */
h1 {
  font-weight: 700;
}

h2 {
  font-weight: 600;
}

h3, h4, h5, h6 {
  font-weight: 600;
}
