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

body, h1 {
  font-family: 'Alice', serif;
}
