*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body.betpro-account-theme {
  margin: 0;
  background: var(--bp-surface-alt);
  color: var(--bp-text);
  font-family: var(--bp-font-body);
  font-size: 18px;
  line-height: 1.65;
  overflow-x: hidden;
}

.betpro-main p {
  font-size: 1.05rem;
  line-height: 1.78;
}

body.betpro-account-theme h1,
body.betpro-account-theme h2,
body.betpro-account-theme h3,
body.betpro-account-theme h4,
body.betpro-account-theme h5,
body.betpro-account-theme h6,
body.betpro-account-theme .betpro-site-brand,
body.betpro-account-theme .betpro-floating-whatsapp {
  font-family: var(--bp-font-display);
}

body.betpro-account-theme .betpro-home-hero h1,
body.betpro-account-theme .betpro-page-hero__copy h1 {
  font-family: var(--bp-font-display);
  font-variation-settings: 'opsz' 32;
  letter-spacing: -0.03em;
}

body.betpro-account-theme img {
  height: auto;
}

body.betpro-account-theme a {
  color: inherit;
}

.betpro-native-theme {
  background: var(--bp-surface-alt);
}

#primary.betpro-main {
  min-height: 100vh;
  background: var(--bp-surface-alt);
  color: var(--bp-text);
}

@media (max-width: 640px) {
  body.betpro-account-theme {
    font-size: 17px;
    line-height: 1.6;
  }

  .betpro-main p {
    font-size: 1rem;
    line-height: 1.7;
  }
}

@media (min-width: 1024px) {
  body.betpro-account-theme {
    font-size: 19px;
    line-height: 1.7;
  }

  .betpro-main p,
  .betpro-main li {
    font-size: 1.02em;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
