@import url(https://fonts.googleapis.com/css?family=Raleway|Lato:400,900);
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Raleway", sans-serif;
  font-size: 62.5%;
  line-height: 1.6;
  color: #696969;
  font-weight: 400;
  background-color: #f3f3f3;
  overflow-x: hidden !important;
  margin: 0px 0px; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  color: #2C2C2C; }
