:root {
  --primary-font: 'circular', 'sans-sarif';
  --secondary-font: 'circular', 'sans-sarif'
}
html {
  -webkit-font-smoothing:antialiased;
  -webkit-text-size-adjust:100%;
  -moz-osx-font-smoothing:grayscale;
  font-smoothing:antialiased
}
body,
button,
input,
select,
textarea {
  font-family:var(--primary-font);
  font-size:13px;
  line-height:2em;
  color:#404040
}
h1,
h2,
h3,
h4,
h5 {
  font-family:var(--primary-font)
}
p,
span,
a {
  font-family:var(--secondary-font);
  text-decoration: unset;
}
h1 {
  font-size:52px;
  font-weight:400;
  line-height:1em;
  margin:0 0 25px
}
@media only screen and (max-width:568px) {
  h1 {
    font-size:38px
  }
}
h2 {
  font-size:42px;
  font-weight:400;
  line-height:1em;
  margin:0 0 15px
}
h3 {
  font-size:15px;
  font-weight:400;
  text-transform:uppercase;
  border-bottom:solid 1px #d6d6d6
}
h4 {
  font-size:13px;
  font-weight:400
}
h5 {
  font-size:12px;
  font-weight:400
}
h6 {
  font-size:12px;
  font-weight:400
}
p {
  margin:10px 0
}
::-moz-selection {
  background:#404040;
  color:#fff;
  text-shadow:none
}
::-ms-clear {
  display:none
}
::selection {
  background:#404040;
  color:#fff;
  text-shadow:none
}
em {
  font-style:italic
}
strong {
  font-weight:700
}
a,
body #content a:link {
  color:#404040
}
