/*
  TODO: Delete this file so that the UI Components DLS can take effect throughout all of Wellstar.org.
*/

html,
body {
  font-size: 16px;
  font-weight: 400; /* Bootstrap default */
  line-height: 1.5; /* Bootstrap default */
}

h1, h2 {
  font-size: 2.5rem; /* Bootstrap default */
}

h3 {
  font-size: 1.75rem; /* Bootstrap default */
}

h1, h2, h3 {
  font-weight: 500; /* Bootstrap default */
  line-height: 1.2; /* Bootstrap default */
  margin-bottom: 0.5rem !important; /* Bootstrap default */
}

@media (min-width: 992px) {
  html, body {
    font-size: 16px;
  }

  h1, h2 {
    font-size: 2.5rem; /* Bootstrap default */
  }

  h3 {
    font-size: 1.75rem; /* Bootstrap default */
  }

  h1, h2, h3 {
    font-weight: 500; /* Bootstrap default */
    line-height: 1.2; /* Bootstrap default */
    letter-spacing: normal;
  }
}

dd {
  margin-bottom: 0.5rem; /* Bootstrap default */
}

p {
  margin-bottom: 1rem !important; /* Bootstrap default */
}

label {
  margin-bottom: 0.5rem; /* Bootstrap default */
}
