@font-face {
  font-family: ROLLIV;
  src: url('/ROLLIV.ttf')  format('truetype');
}

@font-face {
  font-family: happy-times;
  src: url('/happy-times.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

h1 {
    font-family: ROLLIV;
    font-size: 64px;
}

p {
    font-family: happy-times;
    font-size: 16px;
}