html {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	font-size: 14px;
	color: #777777;
	line-height: 1.7em;
	font-weight: 400;
	font-family: var(--secondary-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--primary-font);

}

p {}

a ,a:focus,
a:visited{
    text-decoration: none;
		color: var(--primary-color);
}

a:hover
 {
  text-decoration: none;
  outline: none !important;
	color: var(--secondary-color);
}

ul,
ol {}

ul li,
ol li {}

label
{
    font-weight:bold;
}