/*=========================================================
-----          ** 01. demon Typography  **            -----
=========================================================*/

.wf-loading {
  font-family: sans-serif;
  body {
    font-family: sans-serif;
  }
}

.wf-inactive {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  }
}

.cf {
  &:before {
    content: '';
    display: table;
  }
  &:after {
    content: '';
    display: table;
    clear: both;
  }
}

html {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.fonts-loaded body, .wf-active body {
  font-family: Roboto ,sans-serif;
}
.fonts-loaded {
  body .font-bold {
    font-weight: 500;
  }
  h1, strong {
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }
}

.intro-subtext {
  font-size: 1.75rem;
}

.hm-black-strong .full-bg-img {
  background-color: rgba(0, 0, 0, 0.7);
}

.disabled {
  cursor: not-allowed !important;
}

.divider-new, body, h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

img {
  max-width: 100%;
  border: none;
}

p {
  margin: 0 0 10px;
  font-size: 1em;
}

.lead {
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 1.313em;
  }
}

hr {
  box-sizing: content-box;
  height: 0px;
  overflow: visible;
}

small, .small {
  font-size: 85%;
}

table td, .navbar {
  font-weight: 300;
}

.blockquote .bq-title {
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 0;
}

small, .small {
  font-size: 80%;
  font-weight: 400;
}

.font-weight-normal, .popover, .tooltip, .btn, .btn-link, .dropdown-item {
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .font-bold, .chip {
  font-weight: 500;
}

.nav-pills .nav-item a {
  &.active {
    background-color: transparent;
    font-weight: 500;
    &:active, &:focus, &:hover {
      background-color: transparent;
      font-weight: 500;
    }
  }
  &:hover {
    background-color: transparent;
    font-weight: 500;
  }
}

.font-weight-bold, kbd kbd, .badge, .alert-link, .close, dt, .toast-title, .toast-close-button {
  font-weight: 700;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-width: 1px 0px 0px;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-top-style: solid;
  border-top-color: rgba(0, 0, 0, 0.1);
}

h1, h2 {
  font-weight: 300;
}

.ds-skin .navbar {
  background-color: #243a51;
  color: #fff;
  .navbar-nav .nav-item .dropdown-menu a {
    &:hover, &:focus, &:active {
      background-color: #1dade2;
    }
  }
}