/* custom font icons */
@import "font-icons/style.css";

/* hightlight.js for syntax highlighting */
@import "github.css";

/* link color changed from #a13547, which did not have enough contrast */
a {
  color: #00728a;
  text-decoration: none;
}

a:visited {
  color: #92267c;
}

a:hover {
  text-decoration: underline;
}

html {
  font-family: 'San Francisco', 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
}

body, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Futura', 'Roboto', sans-serif;
}

body {
  font-size: 15px;
  line-height: 24px;
}

/* Used in StylesOverridingCssExample.js */
.styles-overriding-css-example {
  width: 50% !important;
  margin: 0 auto !important;
  border: 2px solid #FF9800 !important;
  background-color: #ffd699 !important;
}
