/* UC Berkeley Official Colors */
/* Berkeley Blue: #003262 */
/* California Gold: #FDB515 */

/* Import EB Garamond font */
@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');

body {
  background-color: #F2F7FA;
  font-family: 'EB Garamond', Georgia, serif;
}

.navbar {
  background-color: #003262 !important;
  font-family: 'EB Garamond', Georgia, serif;
}

.navbar-brand {
  color: #FDB515 !important;
  font-weight: 600;
  font-size: 1rem !important;
}

.nav-link {
  color: rgba(253, 181, 21, 0.9) !important;
  font-size: 0.8rem !important;
}

.nav-link:hover {
  color: #FDB515 !important;
}

#quarto-content {
  background-color: #FEFDF8;
  padding: 2rem;
  box-shadow: 0 0 10px rgba(0, 50, 98, 0.1);
}

footer {
  text-align: center;
  padding: 2rem;
  color: #666;
  font-size: 0.9rem;
}

/* Ensure EB Garamond is used everywhere */
h1, h2, h3, h4, h5, h6, p, li, a, button {
  font-family: 'EB Garamond', Georgia, serif;
}