 /* fonts */ 

 @font-face {
  font-family: "Thoreau Regular";
  src: url("../files/Thoreau-Regular.otf");
  font-feature-settings: "dlig" 1, "liga" 1;
}

:root{
 --custom-font: "Thoreau Regular"!important;
}

 /* display inline-block para evitar que haga DIVs al enter */ 

.textarea {
  font-size: 70px;
  line-height: 70px;
  text-align: left;
  display:inline-block;
  }

.custom-font {
  font-family: "Thoreau Regular"!important;
  font-feature-settings: "dlig" 1, "liga" 1!important;
  }

  .thoreau, .thoreau > * {
    font-family: "Thoreau Regular"!important;
    font-feature-settings: "dlig" 1, "liga" 1!important;
  font-size: calc(var(--tam-1) * 2.8)!important;
    margin-top: clamp(50px, 10vw, 250px);
    margin-bottom: clamp(50px, 10vw, 250px);
  line-height: 0px;
    }


.h1fake, .h1fake *{
  line-height: 97%;
}
