h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.36em;
 line-height: 1.4em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  white-space: normal; /* permite quebra entre palavras */
}
	
	
}

h1 {
 font-size: clamp(30px, 4vw, 56px);
}

h2 {
	font-size: clamp(26px, 3.3vw, 46px);
}

h3 {
  font-size: clamp(22px, 2.7vw, 36px);
}

h4 {
  font-size: clamp(19px, 2vw, 28px);
}

h5 {
  font-size: clamp(17px, 1.6vw, 22px);
}

h6 {
  font-size: clamp(15px, 1.2vw, 18px);
}

body {
  font-family: 'Lora',  serif;
  font-size: 17px;
  font-weight: 400;}

