@font-face {
  font-family: 'Source Code Pro';
  src: url('../fonts/EOT/SourceCodePro-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/EOT/SourceCodePro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/WOFF2/SourceCodePro-Regular.otf.woff2') format('woff2')
       url('../fonts/WOFF/SourceCodePro-Regular.otf.woff') format('woff');

  font-style: normal;
  font-weight: 400;
}

body {
  font-family: 'Work Sans', sans-serif;
  background: #fff;
  color: #000;
  font-size: 18px;
  line-height: 26px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont;
}

footer {
  font-size: 16px;
}

a, a:visited {
  color: #000;
  text-decoration: none;
  border-bottom: 4px solid #b4e7f8;
  box-shadow: inset 0 -3px 0 #b4e7f8;
  transition: background .15s cubic-bezier(.33, .66, .66, 1);
}

a:hover {
  background: #b4e7f8;
}
