html, :root {
  font-family: "proxima-nova", Verdana, sans-serif;
  font-size: 16px;
  line-height: 24px;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background: #FFFFFF;
  color: #59626a;
  position: relative;
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }
  *, *:before, *:after {
    box-sizing: inherit; }

img {
  width: 100%; }
