@import '../../variables';

html {
  font-family: $font;
  font-size: 12pt;
}

a {
  color: $primary;
  text-decoration: none;
}
a:hover {
  opacity: .6;
}

code {
  font-family: monospace;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2.2em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

pre {
  overflow: auto;
  padding: 1em;
  border: solid $light;
}