/* Import Raleway font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');

/* Global font settings - matching Quarto styles */
body, p {
  font-family: "Raleway", "Montserrat", "Lato", "Open Sans", sans-serif;
}

/* Prevent excessive spacing in terminal output */
pre {
  line-height: 1.2;
}

/* Do not insert a space between a paragraph and a list */
p:has(+ ul) {
  margin-bottom: 0;
}

/* Navbar logo sizing */
.md-header__button.md-logo img {
  height: 2em;
  max-height: none;
}
