/*
 * OC_CART_TITLE_MATCH_ADDRESS_BOOK_V01
 * Match the My Order heading typography to the approved Address Book heading.
 */
.checkout-cart-index .oc-cart-v3 > .page-title h1 {
  margin: 0 !important;
  color: #141412 !important;
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: clamp(34px, 4.4vw, 52px) !important;
  font-weight: 600 !important;
  line-height: 1.04 !important;
  letter-spacing: -0.04em !important;
}
