@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind&display=swap');

:root {
  --K15t-font-family-body: 'Hind', Arial;
  --K15t-font-family-headline: 'Montserrat', Arial;
} 

.header {
  border-bottom: 0px;
}

.header__navigation--large__menu .render-links a {
  font-family: 'Montserrat', Arial;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700 !important;
}

.portal__header__content__intro--heading {
  font-weight: 500;
  font-size: 32px;
}

.portal__header__content__intro--intro {
  font-size: 20px;
  font-weight: 400;
}

.space-overview__hero__header__content__intro--heading {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 0px;
}

.space-overview__hero__header__content__intro--intro {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 2rem;
  color: var(--_foreground);
}

.footer__logo {
  margin-right: 0.5rem;
  max-width: 80px;
}

/* transform the contact us button to a floating button */
.header__navigation--large__menu ul > li:last-child {
  font-family: 'Montserrat', Arial;
  font-weight: 400 !important;
  position: fixed;
  font-size: 16px;
    bottom: 24px;
    right: 24px;
    background-color: rgb(255,191,0) !important;
    border-radius: 0px;
    padding: 15px 21px !important;
    color: rgb(0,0,0) !important;
    text-transform: none;
}