
/* .............................................................................
FONTS

Roboto -- Google Fonts
Light : 300
Normal : 400
Bold : 700
Black : 900
............................................................................. */

html, body, button, input, select, textarea
{
	font-family: 'Roboto', sans-serif;
}

strong, .strong {font-weight:700;}
.superStrong {font-weight:900;}
.wNormal {font-weight:400;}
.wLight {font-weight:300;}