@font-face {
  font-family: 'Blippo Local';
  src: url('../fonts/blippo_blackcyrusbyme.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Unbounded;
  src: url('../fonts/Unbounded-VariableFont_wght.ttf')
    format('truetype-variations');
  font-weight: 200 900;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter-Variable.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope/Manrope-Variable.ttf') format('truetype-variations');
  font-weight: 200 800;
  font-style: normal;
}

@font-face {
  font-family: 'Koulen';
  src: url('../fonts/Koulen/Koulen-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans/OpenSans-Variable.ttf') format('truetype-variations');
  font-weight: 300 800;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway/Raleway-Variable.ttf') format('truetype-variations');
  font-weight: 200 900;
  font-style: normal;
}

@media (max-width: 1400px) {
  body {
    font-size: 15px;
  }
  
  h1 {
    font-size: 2.2rem;
  }
  
  h2 {
    font-size: 1.8rem;
  }
  
  h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
  
  h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.6rem;
  }
  
  h3 {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 13px;
  }
  
  h1 {
    font-size: 1.8rem;
  }
  
  h2 {
    font-size: 1.5rem;
  }
  
  h3 {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 12px;
  }
  
  h1 {
    font-size: 1.6rem;
  }
  
  h2 {
    font-size: 1.4rem;
  }
  
  h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 360px) {
  body {
    font-size: 11px;
  }
  
  h1 {
    font-size: 1.4rem;
  }
  
  h2 {
    font-size: 1.2rem;
  }
  
  h3 {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  body {
    font-size: 13px;
  }
  
  h1 {
    font-size: 1.8rem;
  }
  
  h2 {
    font-size: 1.5rem;
  }
  
  h3 {
    font-size: 1.3rem;
  }
}

@media (max-height: 600px) {
  body {
    font-size: 12px;
  }
  
  h1 {
    font-size: 1.6rem;
  }
  
  h2 {
    font-size: 1.4rem;
  }
  
  h3 {
    font-size: 1.2rem;
  }
}
