@import 'nib'
@import './colors'

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,600,900');
@import url('https://fonts.googleapis.com/css?family=Exo:100,600')

global-reset()

body
  -webkit-overflow-scrolling touch
  -webkit-text-size-adjust none
  font-family 'Source Sans Pro'
  font-weight 300
  min-height 100vh
  position relative

input, select, textarea
  appearance none
  border 0

*, *:before, *:after
  box-sizing border-box

svg
  fill currentColor

a
  color #005bea
  font-weight 600
  letter-spacing 0.1px
  text-decoration none
  word-spacing 0.1px

img
  max-width 100%

@media (hover)
  a:hover
    color darken(#005bea, 10)
