@font-face {
  font-family: 'Avenir Next';
  src: url('../font/Avenir.ttc');
}

body {
  font-family: Avenir Next;
}

.custom-color {
  color: white;
  background-color: #0E987D;
}

.fa-anchor,
.fa-coffee {
  font-size: 200px;
}

.material-icons {
  font-size: 330px !important;
  color: #FCD01C;
}
