@font-face {
  font-family: 'Chillax';
  src: url('../fonts/Chillax-Light.woff2') format('woff2'),
       url('../fonts/Chillax-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body, html {
  font-family: 'Chillax', 'Josefin Sans', Arial, sans-serif;
  font-weight: 300;
}
