body {
  background-color: #fff;
  color: #999999;
}

body,
input,
select,
textarea {
  font-family: "Sorts Mill Goudy", "Inter", sans-serif;
  font-size: 13pt;
  font-weight: 300;
  line-height: 1.65;
}

@media screen and (max-width: 1680px) {
  body,
  input,
  select,
  textarea {
    font-size: 11pt;
  }
}

@media screen and (max-width: 1280px) {
  body,
  input,
  select,
  textarea {
    font-size: 11pt;
  }
}

@media screen and (max-width: 980px) {
  body,
  input,
  select,
  textarea {
    font-size: 12pt;
  }
}

@media screen and (max-width: 768px) {
  body,
  input,
  select,
  textarea {
    font-size: 12pt;
  }
}

@media screen and (max-width: 480px) {
  body,
  input,
  select,
  textarea {
    font-size: 12pt;
  }
}

a {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

p {
  margin: 0 0 2em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1em 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 3em;
  margin-bottom: 0.25em;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.5em;
  }
}

h2 {
  font-size: 2.5em;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 2em;
  }
}

@media screen and (max-width: 480px) {
  h2 {
    font-size: 1.5em;
  }
}

h3 {
  font-size: 1.75em;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 480px) {
  h3 {
    font-size: 1.25em;
  }
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 0.9em;
}

h6 {
  font-size: 0.7em;
}

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

blockquote {
  border-left: solid 4px;
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em;
}

code {
  border-radius: 4px;
  border: solid 1px;
  font-family: "Sorts Mill Goudy", "Inter", sans-serif;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Sorts Mill Goudy", "Inter", sans-serif;
  font-size: 0.9em;
  margin: 0 0 2em 0;
}

pre code {
  display: block;
  line-height: 1.75;
  padding: 1em 1.5em;
  overflow-x: auto;
}

header p {
  font-size: 1.25em;
}

hr {
  border: 0;
  border-bottom: solid 1px;
  margin: 2em 0;
}

hr.major {
  margin: 3em 0;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

input,
select,
textarea {
  color: #000;
}

a {
  color: #999999;
}

a:hover {
  color: rgba(153, 153, 153, 0.5);
}

strong,
b {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

blockquote {
  border-left-color: rgba(0, 0, 0, 0.1);
}

code {
  background: rgba(0, 0, 0, 0.075);
  border-color: rgba(0, 0, 0, 0.1);
}

hr {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
