body .lts-site {
  --lts-primary: #162d5b;
  --lts-secondary: #43c8d1;
  --lts-accent: #d2ab63;
  --lts-background: #f5f4ef;
  --lts-surface: #ffffff;
  --lts-text: #152033;
  --lts-muted: #687283;
  --lts-heading-font: "Montserrat", serif;
  --lts-body-font: "Nunito Sans", sans-serif;
  --lts-accent-font: "Cormorant Garamond", serif;
  --lts-h1-size: 60px;
  --lts-h2-size: 38px;
  --lts-body-size: 18px;
}
@media (max-width: 767px) {
  body .lts-site {
    --lts-h1-size: 44px;
    --lts-h2-size: 30px;
  }
}
body .lts-site .lts-hero__figure.has-image::before { background-image: url("https://prototipo52.datxale.com/wp-content/plugins/legaltech-solutions-site/assets/img/hero-office.jpg"); }
