/* font-faces
--------------------------------------------- */

@font-face {
	font-family: 'sourcesanspro';
	src: url('../fontes/sourcesanspro-regular.woff2') format('woff2');
	src: url('../fontes/sourcesanspro-regular.woff') format('woff');
	font-weight: 400;
}

@font-face {
	font-family: 'sourcesanspro';
	src: url('../fontes/sourcesanspro-light.woff2') format('woff2');
	src: url('../fontes/sourcesanspro-light.woff') format('woff');
	font-weight: 300;
}

@font-face {
	font-family: 'playfairdisplay';
	src: url('../fontes/playfairdisplay.woff2') format('woff2');
	src: url('../fontes/playfairdisplay.woff') format('woff');
}

/* atribuições
--------------------------------------------- */

body {
	line-height: 1em;
}

h1, h2, h3 {
	font-family: "playfairdisplay";
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }

p, a {
	font-family: "sourcesanspro";;
	font-size: 16px;
	line-height: 1.3em;
}

a:hover {
	text-decoration: none;
}

@media (min-width: 768px) {
	h1 { font-size: 30px; }
	h2 { font-size: 24px; }
	h3 { font-size: 20px; }

	p, a {
		font-size: 18px;
	}
}