@font-face {
  font-family: Cosmos;
  src: url('../fonts/Cosmos-Light.woff') format('woff');
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: Cosmos;
  src: url('../fonts/Cosmos-LightIt.woff') format('woff');
  font-style: italic;
  font-weight: 200;
}


/*
@font-face{
  font-family: Cosmos;
  src: url('../fonts/Cosmos-Medium.woff') format('woff');
  font-style: normal;
  font-weight: 400;
}

@font-face{
  font-family: Cosmos;
  src: url('../fonts/Cosmos-ExtraBold.woff') format('woff');
  font-style: normal;
  font-weight: 700;
}
*/

html {
  font-size: 18px;
  line-height: 1.6111111111;
  font-weight: 200;
  font-family: Cosmos, Times, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: -.36px;
  color: #515051;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0 0 0 0;
}