@media screen and (max-width: 480px) {
  .thin {
    font-weight: 300;
  }

  .light {
    font-weight: 400;
  }
}

@font-face {
  font-family: 'Zekton';
  src: url('../fonts/zekton-rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Zekton';
}