@font-face {
  font-family: "Office Times";
  src:
    url("../fonts/OfficeTimesRound-Regular.woff") format("woff"),
    url("../fonts/OfficeTimesRound-Regular.woff2") format("woff2");
}

:root {
  -webkit-font-smoothing: antialiased;
}

* {
  font-family: "Office Times", serif;
}

.text-decoration-none,
.text-decoration-none * {
  text-decoration: none;
  color: inherit;
}

.text-transform-uppercase,
.text-transform-uppercase * {
  text-transform: uppercase;
}

h1, h1 * {
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.1;
}

h2, h2 * {
  font-size: 2.25rem;
  font-weight: normal;
}

h2.small, h2.small *,
*.sm, *.sm * {
  font-size: 0.875rem;
}

h3, h3 * {
  font-size: 1.5rem;
  font-weight: normal;
}

h3.large, h3.large * {
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.1;
}

h4, h4 * {

}

h5, h5 * {

}

h6, h6 * {

}

a,
.text-decoration-underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  color: inherit;
}

.line-height-1,
.line-height-1 * {
  line-height: 1;
}

@media (min-width: 782px) {
  body.home [data-portal="signin"],
  body.home [data-portal="signup"] {
    font-size: 1.25rem;
    font-weight: normal;
  }
}