html
  font-family: 'Nunito', sans-serif;
  color: #2b2d3a;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;

body
  margin: 0;

button, input, optgroup, select, textarea
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;

*
  box-sizing border-box;
  -webkit-font-smoothing: antialiased !important;

::-moz-selection
  background: #ffa4a4;
  text-shadow: none;

::selection
  background: #ffa4a4;
  text-shadow: none;
