@font-face {
  font-family: 'Roboto-Light';
  font-style: normal;
  src: local('Roboto Light'), local('Roboto-Light'), url('Roboto-Light.woff2') format('woff2');
  font-display: swap;
}

hr {
  font-family: 'Roboto-Light', sans-serif;
    font-style: normal;
    letter-spacing: .02em;
    line-height: 2.2em;
    text-transform: none;
    color: #fff;
    clear: both;
  width: 100%;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Roboto-Light', sans-serif;
  text-rendering: optimizeLegibility;
  color: #fff !important;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 46px !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 1000px) {
  h1 {
    font-size: 32px;
    letter-spacing: -0.006667px !important;
  }
}

h2 {
  font-size: 24px !important;
  font-weight: 600 !important;
}
hr {
  font-size: 18px !important;
  font-weight: 400 !important;
}
p {
  font-size: 18px !important;
  font-weight:400 !important;
}

p.TandC {
  font-size: 12px !important;
  font-weight: 300 !important;
}

h1 {
  font-style: normal !important;
  letter-spacing: -0.01em !important;
  line-height: 1.2em !important;
  text-transform: none !important;
}

h2 {
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.7em;
  text-transform: none;
}

p {
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 2.2em;
  text-transform: none;
}

p {
  font-style: normal !important;
  letter-spacing: 0.02em !important;
  line-height: 1.8em !important;
  text-transform: none !important;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}



a {
  color: #9966cc !important;
}

a:active {
  color: #ffffff !important;
}
