@font-face {
	font-family: 'PTRootUI';
	src: url('../fonts/pt-root-ui_regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'PTRootUI';
	src: url('../fonts/pt-root-ui_light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'PTRootUI';
	src: url('../fonts/pt-root-ui_medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
/*
@font-face {
	font-family: 'PTRootUI';
	src: url('../fonts/pt-root-ui_vf.ttf') format('ttf');
	font-weight: 500;
	font-style: normal;
}
    */
@font-face {
	font-family: 'PTRootUI';
	src: url('../fonts/pt-root-ui_bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}



html,body,main{width: 100%;height: 100%;margin:0px;padding:0px;font-family: PTRootUI, sans-serif;	font-weight: 400;
	font-style: normal;}
html,body{min-height: 100vh;}
div,p,a,form,input,textarea{box-sizing: border-box;padding: 0px;margin: 0px;}
