@font-face {
    font-family: 'Hyrax';
    src: url('./fonts/hyrax.woff2') format('woff2');
}
  
body {
    font-family: 'Hyrax', sans-serif;
}
  