/********************
*       fonts       *
********************/
h1 {
  font-size: 100px;
  color: white;
  font-family: elephant;
  letter-spacing: -7px;
}

h2 {
  font-size: 100px;
  color: white;
  font-family: elephant;
  letter-spacing: -7px;
}

h3 {
  font-size: 18px;
  color: white;
  font-family: 'roboto_light';
  -webkit-font-smoothing: antialiased;
}

h4 {
  font-size: 14px;
  color: white;
  font-family: 'roboto';
  -webkit-font-smoothing: antialiased;
}

p, li {
  text-align: center;
  font-size: 14px;
  font-family: 'roboto';
  color: white;
  -webkit-font-smoothing: antialiased;
}

li {
  text-align: left;
  font-size: 22px;
  line-height: 1.5;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
}

a {
  font-size: 18px;
  color: white;
  font-family: 'roboto';
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: 'elephant';
  font-weight: normal;
  src: url("fonts/ELEPHNT.ttf") format("opentype");
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'roboto';
  font-weight: normal;
  src: url("fonts/Roboto-Regular.ttf") format("opentype");
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'roboto_light';
  src: url("fonts/Roboto-Thin.ttf") format("opentype");
  -webkit-font-smoothing: antialiased;
}
/*# sourceMappingURL=font.css.map */