@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: white;
  src: url("../fonts/white.ttf");
}
@font-face {
  font-family: black;
  src: url("../fonts/black.ttf");
}

.white {
  font-family: white;
  font-size: 50px;
  
}
.black {
  font-family: white;
  font-size: 50px;
}

