@CHARSET "UTF-8";

/*********** Polices ***********/
@font-face {
	font-family: "Roboto";
	font-weight:bolder;
	font-style:normal;
	font-display: swap;
	src: url("/javax.faces.resource/font/roboto-black.woff2.xhtml?ln=common") format('woff2'),
		 url("/javax.faces.resource/font/roboto-black.woff.xhtml?ln=common") format('woff'),
		 url("/javax.faces.resource/font/roboto-black.ttf.xhtml?ln=common") format('ttf');
}
@font-face {
	font-family: "Roboto";
	font-weight:bold;
	font-style:normal;
	font-display: swap;
	src: url("/javax.faces.resource/font/roboto-bold.woff2.xhtml?ln=common") format('woff2'),
		 url("/javax.faces.resource/font/roboto-bold.woff.xhtml?ln=common") format('woff'),
		 url("/javax.faces.resource/font/roboto-bold.ttf.xhtml?ln=common") format('ttf');
}
@font-face {
	font-family: "Roboto";
	font-weight:600;
	font-style:normal;
	font-display: swap;
	src: url("/javax.faces.resource/font/roboto-medium.woff2.xhtml?ln=common") format('woff2'),
		 url("/javax.faces.resource/font/roboto-medium.woff.xhtml?ln=common") format('woff'),
		 url("/javax.faces.resource/font/roboto-medium.ttf.xhtml?ln=common") format('ttf');
}
@font-face {
	font-family: "Roboto";
	font-weight:normal;
	font-style:italic;
	font-display: swap;
	src: url("/javax.faces.resource/font/roboto-italic.woff2.xhtml?ln=common") format('woff2'),
		 url("/javax.faces.resource/font/roboto-italic.woff.xhtml?ln=common") format('woff'),
		 url("/javax.faces.resource/font/roboto-italic.ttf.xhtml?ln=common") format('ttf');
}
@font-face {
	font-family: "Roboto";
	font-weight:normal;
	font-style:normal;
	font-display: swap;
	src: url("/javax.faces.resource/font/roboto-regular.woff2.xhtml?ln=common") format('woff2'),
		 url("/javax.faces.resource/font/roboto-regular.woff.xhtml?ln=common") format('woff'),
		 url("/javax.faces.resource/font/roboto-regular.ttf.xhtml?ln=common") format('ttf');
}

#page,
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button,
.ui-widget{
	font-family: sans-serif, Arial !important;
}


@media screen and (min-width:800px){
	#page,
	.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button,
	.ui-widget{
		font-family: "Roboto", Arial, sans-serif !important;
	}
}