@font-face {
  font-family: 'Monument';
  font-style: normal;
  font-display: swap;
  font-weight: 100 1000;
  src: url('/assets/fonts/PPMonumentNormal-Light.otf') format('truetype');
}

@font-face {
  font-family: 'Dotem-8';
  font-style: normal;
  src: url('/assets/fonts/Dotemp-8bit.ttf') format('truetype');
}

@font-face {
  font-family: 'Dotem';
  font-style: normal;
  font-weight: 100 1000;
  src: url('/assets/fonts/Dotemp-Regular.ttf') format('truetype');
  font-feature-settings: "dlig" on;
}

h1 {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 1px;
  font-family: 'Dotem';
}

h2 {
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 1px;
  font-family: 'Dotem';
}

h3 {
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 1px;
  font-family: 'Dotem';
}

h4 {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.3px;
  font-family: 'Dotem';
}

h5 {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.3px;
  font-family: 'Monument';
}

h6 {
  font-size: 0.9rem;
  line-height: 1.6;
  letter-spacing: 0.3px;
  font-family: 'Monument';
  color: var(--color-text-secondary);
}

p,
li {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.3px;
  font-family: 'Monument';
}

/********************************************RESPONSIVE***************************************/


@media (min-width: 576px) {
  h1 {
    font-size: 2.6rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  h3 {
    font-size: 1.6rem;
  }
}


@media (min-width: 992px) {
  h1 {
    font-size: 3.6rem;
    text-align: left;
  }

  h2 {
    font-size: 2.6rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  h4 {
    font-size: 1.4rem;
  }

  h5 {
    font-size: 1.1rem;
  }
}



@media (min-width: 1200px) {
  h1 {
    font-size: 4.4rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 1.9rem;
  }
}



@media (min-width: 1800px) {
  h1 {
    font-size: 5.4rem;
  }

  h2 {
    font-size: 3.2rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.6rem;
  }

  h5 {
    font-size: 1.2rem;
  }
}