/* Fira Sans + Open Sans, auto-hospedadas (baixadas do Google Fonts,
   subset "latin" apenas — cobre acentuacao do portugues: a,e,i,o,u,c
   com acentos, til, cedilha). Sem chamada externa ao Google. */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/fira-sans-300.woff2") format("woff2");
}
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/fira-sans-600.woff2") format("woff2");
}
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 800;
	src: url("../fonts/fira-sans-800.woff2") format("woff2");
}
@font-face {
	font-family: 'Fira Sans';
	font-style: italic;
	font-weight: 800;
	src: url("../fonts/fira-sans-800italic.woff2") format("woff2");
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/open-sans-300.woff2") format("woff2");
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/open-sans-400.woff2") format("woff2");
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: url("../fonts/open-sans-400italic.woff2") format("woff2");
}
