/* Brand typography loaded from Google Fonts. External delivery was approved for this project. */
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Cinzel:wght@500;600;700&family=Great+Vibes&family=Lato:wght@400;700;900&family=Montserrat:wght@400;500;600;700;800;900&family=Playfair+Display:wght@500;600;700&display=swap');

:root{
  --brand-display:"Playfair Display","Cinzel",Georgia,"Times New Roman",serif;
  --brand-ceremonial:"Cinzel","Playfair Display",Georgia,serif;
  --brand-script:"Great Vibes","Allura","Segoe Script",cursive;
  --brand-body:"Montserrat","Lato",Arial,Helvetica,sans-serif;
  --serif:var(--brand-display);
  --sans:var(--brand-body);
  --script:var(--brand-script);
}

html body,
html button,
html input,
html textarea,
html select{
  font-family:var(--brand-body)!important;
}

html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html .legal h1,
html .legal h2,
html .unsubscribe h1{
  font-family:var(--brand-display)!important;
}

.brand-wordmark strong,
.account-brand strong{
  font-family:var(--brand-ceremonial)!important;
}

.brand-line,
.footer-brand-line,
.footer-tagline,
.brand-wordmark small{
  font-family:var(--brand-script)!important;
}
