// Normalize browser default styles and clean some unnecessary styles // // +evil-reset

@mixin evil-reset

*
  margin: 0
  padding: 0

a img
  border: none

body
  background: white
  color: black
  line-height: 1.4

a, input, textarea, button
  &:focus
    outline: none
::-moz-focus-inner
  border: 0

h1, h2, h3, h4, h5, h6
  font-weight: normal

li
  list-style: none

cite
  font-style: normal