@import './vars.less';
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-family: @font;
}

h1 {
  color: @h1-color;
  font-size: 6.6rem;
  line-height: 125%;
  font-weight: bold;
}
h2 {
  color: @h2-color;
  font-size: 2.4rem;
  line-height: 125%;
  font-weight: bold;
}
h3 {
  color: @h3-color;
  font-size: 2.2rem;
  line-height: 125%;
  font-weight: bold;
}
h4 {
  color: @h4-color;
}
h5 {

}
li {
  font-family: @body-font;
  font-size: 2rem;
  color: @b2;
}
