.animate-if {
  background:white;
}

.animate-if.ng-enter{
  transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.0s;
}

.animate-if.ng-enter{
  opacity:0;
}

.animate-if.ng-enter.ng-enter-active {
  opacity:1;
}

@font-face {
  font-family: "cashew";
  src: url("../fonts/cashew/CashewAppleAle.woff") format('woff');
}

@font-face {
  font-family: "chevin";
  src: url("../fonts/chevin/Chevin_Light.woff") format('woff');
}

@font-face {
  font-family: "opensans";
  src: url("../fonts/opensans/OpenSans-Regular.woff") format('woff');
}