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

@font-face {
  font-family: Basel;
  font-style: normal;
  font-weight: 485;
  src: url(../fonts/Basel-Grotesk-Book.woff) format('woff');
}

@font-face {
  font-family: Basel;
  font-style: italic;
  font-weight: 485;
  src: url(../fonts/Basel-Grotesk-Book-Italic.woff) format('woff');
}

@font-face {
  font-family: Basel;
  font-style: normal;
  font-weight: 535;
  src: url(../fonts/Basel-Grotesk-Medium.woff) format('woff');
}

@font-face {
  font-family: Basel;
  font-style: italic;
  font-weight: 535;
  src: url(../fonts/Basel-Grotesk-Medium-Italic.woff) format('woff');
}


* {
  font-family: Basel, sans-serif !important;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
}

p {
  text-wrap: pretty;
}

nav,
.apartment-container {
  font-family: Basel, sans-serif;
  font-weight: 485;
  font-style: normal;
  font-size: var(--menu-font-size);
  line-height: var(--line--height);
  letter-spacing: var(--letter--spacing);
}

.type--main,
p,
h2,
h3,
h4,
h5,
h6,
footer {
  font-family: Basel, sans-serif;
  font-weight: 485;
  font-style: normal;
  font-size: var(--text-font-size);
  line-height: var(--line--height);
  letter-spacing: var(--letter--spacing);
  padding-top: 0px;
}

h1 {
  font-family: Basel, sans-serif;
  font-weight: 485;
  font-size: var(--title-font-size);
  line-height: var(--title--lh);
  }

strong {
    font-weight: 535 !important;
}


.caption h4 {
  font-size: 12px;
}

em {
  font-style: italic;
}


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

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

.italic {
  font-style: italic;
}

.underline {
  padding-bottom: 0px;
  border-bottom: 1px solid;
}


