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

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

.far--logo {
  font-family: abc_rom;
  font-size: var(--second-font-size);
  letter-spacing: 0.33rem;
}

.arquitects {
  font-family: abc_rom;
  font-size: var(--second-font-size);
  letter-spacing: 0.3px;
}

@media (max-width: 48em) {
  /* .far--logo {
    font-size: 1.125rem;
    letter-spacing: 0.33rem;
    letter-spacing: 0.375rem;
  } */

  .arquitects,
  h2
   {
    font-size: var(--second-font-size);
    letter-spacing: 0.3px;
    font-family: abc_rom, sans-serif;
    line-height: var(--line--height);
    font-weight: 500;
    font-style: normal;
    padding-top: 0px;
  }
  .header li a {
    font-size: var(--second-font-size);
  }
  .project__header_name, h2 {
    font-size: var(--second-font-size);
  }
  .title__mobile {
    font-size: var(--second-font-size);
  }
}

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

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;
}

