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

::selection {
  background-color: var(--color-primary);
  color: #FFF;
}

body {
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-family: "Ubuntu", Sans-Serif !important;
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  color: #000 !important;
}

h2 {
  font-family: "Ubuntu", sans-serif !important;
  font-size: 2.5rem !important;
  font-weight: 700 !important;
}

h3 {
  font-size: 1.25rem !important;
}

p {
  font-size: 1rem;
  font-weight: 400;
}

img {
  vertical-align: middle;
}

a {
  color: var(--color-primary) !important;
}

@media (max-width: 599px) {
  h1 {
    word-break: break-word;
  }
  h2 {
    font-size: 1.5rem !important;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%22%2C%22sources%22%3A%5B%22file%3A%5C%2F%5C%2F%5C%2Fvar%5C%2Fwww%5C%2Fvhosts%5C%2Fisc-ta.com%5C%2Fhttpdocs%5C%2Fisc-ta.com%5C%2Fcontao53.isc-ta.com%5C%2Ffiles%5C%2Faid%5C%2Fdesign%5C%2Fcss%5C%2F_html.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BEACE%3B%3B%3BAAIF%3BEACE%3BEACA%3B%3B%3BAAGF%3BEACE%3B%3B%3BAAGF%3BEACI%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BEACE%3BEACA%3BEACA%3B%3B%3BAAGF%3BEACE%3B%3B%3BAAGF%3BEACE%3BEACA%3B%3B%3BAAGF%3BEACE%3B%3B%3BAAGF%3BEACE%3B%3B%3BAAGF%3BEACE%3BIACE%3B%3BEAEH%3BIACE%22%7D */