@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap');

:root {
  --dm-serif: 'DM Serif Text';
}

/* Checkout */
.checkout-intro-1,
.checkout-intro-2,
.checkout-intro-3,
.checkout-intro-4 {
  display: none;
}

.woocommerce-checkout .checkout-heading {
  max-width: 1062px;
  margin: 0 auto;
}

.woocommerce-checkout .progress-container p.text {
  color: #393C41;
}

.woocommerce-checkout .progress-container .text-wrap:nth-child(2) p.text {
  padding-right: 45px;
}

.woocommerce-checkout .checkout-title h1 {
  font-family: var(--dm-serif);
  font-weight: 400;
  font-size: 42px;
  line-height: 1.2;
  color: #171A20;
  margin: 0 0 24px;
}

.woocommerce-checkout .checkout-title p {
  font-weight: 400;
  font-size: 17.5px;
  line-height: 150%;
  color: #393C41;
  margin: 0 0 88px;
  max-width: 656px;
}

.woocommerce-checkout .elementor-shortcode>.woocommerce {
  max-width: 1602px;
  margin: 0 auto;
}