body {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.yellow-bg {
  background: #fcd800;
}

.yellow {
  color: #fcd900;
}

.black {
  color: #000;
}

.bold {
  font-weight: 700;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.top-dash {
  border-top: dashed 2px #fff;
}

h3 {
  font-size: 6.6em;
  font-weight: 700;
  line-height: 57px;
  margin-bottom: 20px;
}

h4 {
  font-size: 6em;
  line-height: 59px;
  font-weight: 700;
}

strong {
  font-weight: 700;
}

h5 {
  font-size: 4.8em;
  font-weight: 700;
}

h6 {
  font-size: 12px;
  font-weight: 700;
}

.size-18 {
  font-size: 1.8em;
  line-height: 1.4em;
}
