@font-face {
  font-family: 'liz';
  src: url('liz.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'liz', sans-serif;
}
