:root {
  --fb-wine: #7c1d3f;
  --fb-wine-dark: #5c1530;
  --fb-ivory: #fbf3e3;
  --fb-paper: #fffdf8;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--fb-paper);
  font-family: 'Source Sans 3', system-ui, -apple-system, sans-serif;
}

.fb-serif {
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
}

.fb-skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  z-index: 100;
}

.fb-skip-link:focus {
  left: 1rem;
  top: 1rem;
  background: var(--fb-wine);
  color: #fff;
  padding: 0.6rem 1rem;
  border-radius: 0.375rem;
}

.fb-sidebar-scroll::-webkit-scrollbar {
  width: 6px;
}

.fb-sidebar-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(124, 29, 63, 0.25);
  border-radius: 999px;
}

.fb-tabpanel {
  display: none;
}

.fb-tabpanel.fb-tabpanel-active {
  display: block;
}

.fb-tab-btn[aria-selected="true"] {
  background-color: var(--fb-wine);
  color: #fff;
  border-color: var(--fb-wine);
}

.fb-accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.fb-accordion-panel.fb-accordion-open {
  max-height: 40rem;
}

.fb-accordion-icon {
  transition: transform 0.25s ease;
}

.fb-accordion-trigger[aria-expanded="true"] .fb-accordion-icon {
  transform: rotate(45deg);
}

#fb-cookie-banner {
  display: none;
}

#fb-cookie-banner.fb-cookie-visible {
  display: flex;
}

#fb-mobile-nav {
  display: none;
}

#fb-mobile-nav.fb-nav-open {
  display: block;
}

.fb-drop-cap::first-letter {
  font-family: 'Cormorant Garamond', Georgia, serif;
  float: left;
  font-size: 3.4rem;
  line-height: 0.85;
  padding-right: 0.5rem;
  padding-top: 0.3rem;
  color: var(--fb-wine);
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
}

.fb-focus-ring:focus-visible {
  outline: 2px solid var(--fb-wine);
  outline-offset: 2px;
}
