@charset "utf-8";

:root{
	--sipet-amarelo-color: #ffcc49;
	--sipet-preto-color:  #161615;
	--sipet-laranja-color: #F4601E;
/* 	--sipet-hover:#fabb9e; */
	--sipet-hover: #e0e0d1;
	--sipet-backgroud: #f3f3e7;
}

@font-face {
	font-family: 'sipet-font';
	src: url('../fonts/Noway-Regular.otf') format('opentype'),
		url('../fonts/Noway_Regular_Italic.otf') format('opentype'),
		url('../fonts/contb.ttf') format('truetype'),
		url('../fonts/contl.ttf') format('truetype'),
		url('../fonts/contm.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}





 