/* variables.css is enqueued ahead of this file — see roots_product_style_partials(). */

html {
  text-transform: initial;
}

/* Typography */
.ga-heading-h2 {
  font-family: Replica LL;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  margin: 0 0 24px;
  text-transform: initial;
}

.ga-paragraph {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.ga-page-container {
  padding: 0 16px;
  margin: 0 auto;
  max-width: 1023px;
}

.max-width-720 {
  max-width: 720px;
}

/* Margins */
.margin-top-80 {
  margin-top: 80px;
}

/* Switch left right content */
.switch-vertically {
  display: flex;
  flex-direction: column-reverse;
}

.sub-heading-upper-case-monument {
  font-family: ABC Monument Grotesk Mono;
  font-weight: 400;
  font-size: 12px;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 0;
}

/* Tablet */
@media only screen and (min-width: 1024px) {
  .tablet-width-50 {
    width: 50%;
  }

  /* Typography */
  .ga-heading-h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .ga-page-container {
    padding: 0 24px;
    max-width: 1439px;
  }

  /* Switch left right content */
  .switch-horizontally {
    flex-direction: row-reverse;
  }
}

/* Desktop */
@media only screen and (min-width: 1440px) {

  /* Typography */
  .ga-heading-h2 {
    font-size: 40px;
    line-height: 44px;
  }

  .ga-page-container {
    padding: 0 112px;
    max-width: 1440px;
  }
}
