@font-face {
  font-family: herbik;
  src: url(fontes/Herbik-Regular.woff2);
}
@font-face {
  font-family: herbik;
  src: url(fontes/Herbik-RegularItalic.woff2);
  font-style: italic;
}

@font-face {
  font-family: telas;
  src: url(fontes/Telas/TelasUnlicensedTrial-Regular.woff2);
}

body{
  background-color: #EBEBEB;
}

a{
  text-decoration: none;
  transition: .2s;
  font-family: herbik;
  color: unset;
}

a:hover{
  color: black !important;
}

body{
  font-family: herbik;
  font-size: 2.5vw;
  line-height: 1.2;
  margin: 3vw 4vw ;
}

p:nth-of-type(2){
  text-indent: 4vw;
}

p:last-of-type::after{
  display: none;
}


@media (orientation:portrait){
  body{
    font-family: herbik;
    font-size: 5vw;
    line-height: 1.2;
    margin: 5vw ;
  }

  p:nth-of-type(2){
    text-indent: 5vw;
  }
}