/* css styles */

/* Import EB Garamond font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

/* Set global font styles */
body {
  font-family: 'EB Garamond', serif;
  font-size: 18px;
  line-height: 1.6;
}

/* Ensure headings also use EB Garamond */
h1, h2, h3, h4, h5, h6 {
  font-family: 'EB Garamond', serif;
}

/* Ensure navigation and other elements use the same font */
.navbar, .sidebar, .toc {
  font-family: 'EB Garamond', serif;
}
