@font-face {
    font-family:"Avenir Roman";
    src:url("/fonts/Avenir-Roman-12.woff2") format("woff2"),
		url("/fonts/Avenir-Roman-12.woff") format("woff"),
		url("/fonts/Avenir-Roman-12.otf") format("opentype");
    font-style:normal;font-weight:400;
}
@font-face {
    font-family:"Avenir Black";
    src:url("/fonts/Avenir-Black-03.woff2") format("woff2"),
		url("/fonts/Avenir-Black-03.woff") format("woff"),
		url("/fonts/Avenir-Black-03.otf") format("opentype");
    font-style:normal;font-weight:400;
}

html, body{
    font-family:"Avenir Roman" !important;
	font-size: 22px;

	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
	touch-action: pan-x pan-y;
	env(safe-area-inset-bottom, 20px);
}

a {
	text-decoration: none;
	color: #198c2f;
}
a:hover {
	color: #198c2f;;
}
h1 {
	color: #000;
    font-family: "Avenir Black";
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom:30px;
	letter-spacing: .15rem;
	font-style: normal !important;
	font-weight: 400 !important;
}
h2 {
	color: #000;
    font-family: "Avenir Black" !important;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: .15rem;
}

.btn {
	background-color: #000; 
	color:#fff;
	text-align: center; 
	padding: 20px; 
	text-transform: uppercase; 
	font-weight: bold; 
	cursor: pointer; 
	font-size:16px !important;
}
.buttons {
	background-color: #000; 
	color:#fff;
	text-align: center; 
	padding: 20px; 
	text-transform: uppercase; 
	font-weight: bold; 
	cursor: pointer; 
	font-size:20px;
}
.dotted-spaced {
  background-image: linear-gradient(to right, #000 50%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 40px 35px;
  background-repeat: repeat-x;
  background-color: #fff;
  width:100%;
  height:35px;
}
