@import url('https://fonts.googleapis.com/css?family=Raleway:100,300');

*,
*::before,
*::after {
  /* suppressing the tap highlight */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

  /* this is a personal preference */
  box-sizing: border-box;
  vertical-align: top;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  outline: none;
}

html {
  font-size: 12px;

  @media screen and (min-width: 900px) {
    font-size: 10px;
  }

  @media screen and (min-width: 1200px) {
    font-size: 10px;
  }
}

body {
  font-family: 'futura-pt', 'Raleway', sans-serif;
  color: #222;
}

input {
  border-radius: 0;
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  color: #222;
}
