@font-face {
  font-family: "proxima-nova";
  src: url("../font/proxima-nova.woff") format("woff");
}

@font-face {
  font-family: "Open Sans Light";
  src: url("../font/OpenSans-Light.ttf") format("truetype");
}

body {
  background-color: #FFFFFF;
  font-family: "proxima-nova", sans-serif;
  color: #494f4c;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

html {
  width: 100%;
  height: 100%;
}

p {
  font-family: "Open Sans Light", sans-serif;
}

a {
  color: #ff7700;
}

a, input, label, button {
  outline: none;
}

a:active, a:visited, a:focus, input:active, input:visited, input:focus, label:active, label:visited, label:focus {
  outline: none;
}

@media (max-width: 360px) {
  h1 {
    font-size: 32px;
  }
}
