@charset "UTF-8";

/* Site custom styles */


html {
  background-color: #fff;
  background-color: var(--theme-bg-color, #fff);
  box-sizing: border-box;
  font-size: 16px;
}

h1 {
  font-size: 2.2rem;
}

h4 {
  font-size: 1.5625rem;
  margin-top: 30px;
  margin-bottom: 10px;
}

a {
  background-color: transparent;
  color: #ee1c24;
  color: var(--theme-accent-color, #ee1c24);
  cursor: pointer;
  line-height: inherit;
  text-decoration: none;
  text-decoration-skip: objects;
  transition: 0.5s;
}


.page-content {
  margin-bottom: 4em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  max-width: 660px;
  width: 75%;
}
