/*
  Base css
*/
html {
  overflow-x: hidden;
  font-size: 10px; /* Base for REM */
}

body {
  overflow-x: hidden;
}

body,
input {
  font-weight: 300;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}

.monospaced {
  font-family: Consolas, Menlo, monospace;
}

.light {
  font-weight: 100;
  font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}

em {
  font-weight: bold;
}
