/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-family: "Cinzel-Regular", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.no-top-margin {
  margin-top: 0;
  padding-top: 0;
}

a {
  color: hsla(30, 90%, 16%, 0.9);
}

h4,
h5,
h6 {
  color: hsla(30, 90%, 26%, 0.9);
  padding: 0;
  margin: 0;
  clear: both;
  font-size: 0.8em;
  font-family: "Arial";
}

h3 {
  color: hsla(30, 90%, 26%, 0.9);
  font-family: "Cinzel";
  font-size: 1em;
  font-variant: small-caps;
  font-weight: lighter;
  clear: both;
  margin-top: 0.5em;
  margin-bottom: 0.2em;
}

h2 {
  color: hsla(30, 90%, 26%, 0.9);
  font-size: 1.5em;
  font-family: "Cinzel";
  font-variant: small-caps;
  font-weight: 100;
  clear: both;
  margin-top: 1em;
  margin-bottom: 0;
}

h1 {
  color: hsla(30, 90%, 26%, 0.9);
  font-size: 1.5em;
  font-family: "Cinzel";
  font-variant: small-caps;
  font-weight: 300;
  clear: both;
  margin-top: 1em;
  margin-bottom: 0.2em;
}

p {
  margin-top: 0.2em;
  margin-bottom: 1em;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  display: inline-block;
  font-family: "Courier 10 Pitch", Courier, monospace;
  color: #ddca7e;
  background: #282c34;
  padding: 0.5em 0.8em;
  border-radius: 0.2em;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}
