/* Lora (headings) + Lato (body), self-hosted via google-fonts.css */

body,
p,
.callout,
.contactbutton,
label,
.navigation,
.button,
.footer-item,
.text-field,
.paragraph-light,
.paragraph-bigger,
.paragraph-7,
.paragraph-6,
.link-8,
.code-embed,
.text-size-small,
.lightbox-link,
.nav .text,
.bullets,
.coreofferings,
li {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.main-headline,
.work-title,
.heading-jumbo,
.emphasis,
.bullet-heading,
.heading-17,
.casestudyheading,
.packageheading,
.packageh2,
.detailh2,
.packagetag,
.packagesheaderbutton,
.casestudyheader,
.offerings.heading,
.offerings.bullet {
  font-family: "Lora", Georgia, "Times New Roman", serif !important;
}

.experiments-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-bottom: 3rem;
}

.experiments-links .contactbutton {
  margin-top: 0;
}
