html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  max-width: 100vw;
}
img,
embed,
object {
  max-width: 100%;
}
@media print {
  a:after {
    content: " [' attr(href) '] ";
  }
}
/* creates styles for tab navigation */
a:focus {
  border-bottom: solid 0.26rem #109ceb;
  outline: none;
}
/* adds default styles to hrefs witnin the main content area*/
.wrapper a {
  text-decoration: none;
  color: #464949;
  border-bottom: solid 2px #e6e6e6;
}
.wrapper a:hover {
  border-bottom: solid 2px #109ceb;
}
.wrapper a:focus {
  border-bottom: solid 0.26rem #109ceb;
  outline: none;
}

/*# sourceMappingURL=basic-needs.css.map */