/*========== Start Basic Typography  ==========*/
html {
  background-color: $main-color;
}

body {
  color: $base-color2;
  font-family: $body-font;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  background-color: $base-color5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h3,
h5,
h6 {
  clear: both;
  color: $base-color1;
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: 500;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 15px;
}

p {
  margin-bottom: 12px;
}

ul {
  margin: 0 0 15px 0;
  padding-left: 15px;
  list-style: square outside none;
}

ol {
  padding-left: 15px;
  margin-bottom: 15px;
}

li {
  font-size: 14px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 14px;
}

address {
  margin: 0 0 15px;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  background-color: transparent;
  transition: all 0.3s ease;
}

a:hover,
a:focus,
a:active {
  color: $base-color1;
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  outline: none;
}

hr {
  border-color: $base-color4;
  margin: 0;
}

/*========== End Basic Typography  ==========*/
