:root{
    --serata-text: #5f7961;
}

div.progress-bar{
    background-color:var(--serata-text);
    }
section.tf-intro{
    background-color: var(--serata-text);
}
div.tf-intro-inner{
    bottom: 14vh;
}
h1.tf-page-title{
    font-size: 12.4vw;
    line-height: 0.9;
}




h1.tf-page-title{
    overflow:hidden;
}
h1.tf-page-title span{
    display: inline-block;
    transform: translateY(100%);
    animation: up 1s 0.3s cubic-bezier(0, 0.72, 0.25, 1) forwards;
}
h1.tf-page-title-top span:nth-child(1){
    animation-delay: 0.3s;
}
h1.tf-page-title-top span:nth-child(2){
    animation-delay: 0.35s;
}
h1.tf-page-title-top span:nth-child(3){
    animation-delay: 0.4s;
}

h1.tf-page-title-bottom span:nth-child(1){
    animation-delay: 0.45s;
}
h1.tf-page-title-bottom span:nth-child(2){
    animation-delay: 0.5s;
}

h1.tf-page-title-bottom span:nth-child(3){
    animation-delay: 0.55s;
}

h1.tf-page-title-bottom span:nth-child(4){
    animation-delay: 0.6s;
}

h1.tf-page-title-bottom span:nth-child(5){
    animation-delay: 0.65s;
}

h1.tf-page-title-bottom span:nth-child(6){
    animation-delay: 0.7s;
}

h1.tf-page-title-bottom span:nth-child(7){
    animation-delay: 0.75s;
}

h1.tf-page-title-bottom span:nth-child(8){
    animation-delay: 0.8s;
}

h1.tf-page-title-bottom span:nth-child(9){
    animation-delay: 0.85s;
}

h1.tf-page-title-bottom span:nth-child(10){
    animation-delay: 0.9s;
}

h1.tf-page-title-bottom span:nth-child(11){
    animation-delay: 0.95s;
}

div.tf-intro-right-inner div{
    overflow: hidden;
}
div.tf-intro-right-inner div p{ 
    transform: translateY(120%);
    animation: up 1.2s 0.3s cubic-bezier(0, 0.72, 0.25, 1) forwards;
}




div.sample{

    margin-bottom: 100px;
}
p.sample-text{
    margin:-70px 0 0px 0;
    overflow-x: hidden;
    line-height: 1.3;
    position:relative;
    z-index: -1;
    box-sizing: border-box;
  }



div.active-glyph-container{
    font-family: NMC Serata Text Regular;
}
section.glyphs-category div{
    font-family: NMC Serata Text Regular;
}

div.baseline{
    top:413px;
  }
  div.x-height{
    top:238px;
  }
  div.cap-height{
    top:151px;
  }
  div.ascender-height{
    top:130px;
  }

  @media(max-width:1400px){
    div.baseline{
        top:277px;
      }
      div.x-height{
        top:168px;
      }
      div.cap-height{
        top:113px;
      }
      div.ascender-height{
        top:101px;
      }
      p.micro{
          font-size:10px;
      }
}






.download-text{
    color:var(--serata-text) !important;
}