* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* @font-face {
  font-family: abc_rom;
  src: url(../fonts/ROM-Regular.woff);
} */

.font__italic {
  font-family: eb-garamond, serif;
  font-weight: 400;
  font-style: italic;
}

.type--main,
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
a,
button
{
  font-family: eb-garamond, serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--main-font-size);
  line-height: var(--line--height);
  letter-spacing: var(--letter--spacing);
  padding-top: 0px;
}

h3, h5, h6 {
  font-style: italic;
}

h4 {
  display: flex;
  justify-content: center;
  font-size: 0.8rem;
  width: 100%;
}

h5 {
  padding-bottom: 1rem;
  padding-top: 3rem;
}

h5:first-child {
  padding-bottom: 1rem;
  padding-top: 0;
}

h6 {
  padding-top: 2rem;
}

.ajuste {
  padding-top: 1rem;
}

button {
  word-spacing: normal;
  text-align: left;
  align-items: flex-start;
}

.kt p {
  /* margin-bottom: var(--line--height); */
  margin-bottom: 1rem;
}

.kt p:nth-last-child(1) {
  margin-bottom: 0rem;
}

.project__header_name {
  font-size: 1rem;
}

