@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600&family=Playfair+Display:wght@400;700&display=swap');

/* styles for text and pic columns */
.index-text h1 {
  margin-top: 0;
}

/* ── Body ── */
body {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  color: #2b2b2b;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-left: 0rem;
}

#quarto-content {
  font-size: 1rem;
}

strong,
b {
  color: #000000;
  font-weight: 700;
}

#quarto-document-content img {
  max-width: none !important;
}

#quarto-document-content {
  max-width: 2000px !important;
}

.page-columns {
  max-width: 2000px;
  margin: 0 auto;
}

/* ── Headings ── */
h1, h2, h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: -2rem;
}

/* ── Navbar ── */
.navbar {
  background-color: #ffffff !important;
  border-bottom: 2px solid #043371;
}

.navbar-brand:hover {
  color: #CC4E00 !important;
}

.navbar-brand, .nav-link {
  color: #2b2b2b !important;
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  letter-spacing: 0.12em;
  font-size: 1rem;
}

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

.navbar-brand img {
  max-height: 40px !important;
  height: auto;
}

/* ── Page footer ── */
.nav-footer {
  color: white !important;
}

.nav-footer a {
  color: white !important;
}

/* ── Links ── */
a {
  color: #CC4E00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}