/* ============================================================
   Shared site-wide nav/header styling.
   Scoped to .rp-navbar and the two rp-btn-* button classes so it
   never touches the rest of a page's existing styles or fonts.
   Pairs with the Playfair Display / DM Sans Google Fonts link that
   ships alongside this stylesheet on every page.
   ============================================================ */

.rp-navbar {
  border-bottom: 1px solid #EBE1DE;
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}
.rp-navbar .navbar-brand span {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  color: #2A211F;
  font-size: 1.5rem;
}
.rp-navbar .nav-link {
  color: #2A211F;
  font-weight: 600;
  font-size: 0.95rem;
}
.rp-navbar .nav-link:hover,
.rp-navbar .nav-link:focus {
  color: #681D15;
}

.btn-rp-ghost {
  border: 1px solid #681D15;
  color: #681D15;
  font-weight: 600;
  background: transparent;
}
.btn-rp-ghost:hover {
  background: #681D15;
  color: #fff;
}
.btn-rp-solid {
  background: #681D15;
  border: 1px solid #681D15;
  color: #fff;
  font-weight: 600;
}
.btn-rp-solid:hover {
  background: #4f150f;
  border-color: #4f150f;
  color: #fff;
}
