/* Common variables like fonts and colors */
/* Site Fonts */
/* Site Colors */
/* Breakpoints */
/* If we are not starting from scratch, we might not need the following files */
html {
  font-size: 1rem;
}

body {
  color: #252527;
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

a {
  color: #5f0c77;
  text-decoration: underline;
}
a:hover {
  color: #ab0044;
}
a:active, a:visited {
  color: #5f0c77;
}

h1,
.h1 {
  font-size: 3rem;
  line-height: 3.5rem;
}

h2,
.h2 {
  font-size: 2.75rem;
  line-height: 3.25rem;
}

h3,
.h3 {
  font-size: 2.5rem;
  line-height: 3rem;
}

h4,
.h4 {
  font-size: 2rem;
  line-height: 2.5rem;
}

h5,
.h5 {
  font-size: 1.5rem;
  line-height: 2rem;
}

h6,
.h6 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.125rem;
  line-height: 1.25rem;
}
p:last-child {
  margin-bottom: 0;
}

/* Styles for the TNEW templates */
h1 {
  color: rebeccapurple;
}

p {
  color: orange;
}

/*# sourceMappingURL=tnew.css.map */
