body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: var(--mainfont);
	/*font-size: 16px;*/
	font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
	line-height: 1.5;
	font-weight: 300;
}

body .dark {
	color: var(--light);
}

b {
	font-weight: 700;
}

h1 {
    color: #000;
    text-align: left;
    font-size: clamp(1.5rem, 2vw + 1rem, 3rem);
    width: 100%;
    letter-spacing: 0px;
    padding-bottom: 30px;
		font-weight: 900;
}

h2, h3, h4, h5, h6 {
	   font-weight: 400;
}

/* Responsive Font Sizes */
h1 {
  font-size: clamp(2.5rem, 5vw + 1rem, 4.2rem);
}

h2 {
  font-size: clamp(2rem, 4vw + 0.8rem, 3.4rem);
}

h3 {
  font-size: clamp(1.75rem, 3vw + 0.7rem, 2.2rem);
}

h4 {
  font-size: clamp(1.5rem, 2.5vw + 0.6rem, 2rem);
}

h5 {
  font-size: clamp(1.25rem, 2vw + 0.5rem, 1.8rem);
}

h6 {
  font-size: clamp(1rem, 1.5vw + 0.4rem, 1.5rem);
}

p {
  font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
}

a.custombutton {
  font-size: clamp(0.8rem, 1vw + 0.5rem, 1rem);
}

p {
	margin-bottom: 1.5em;
	text-align: left;
}

h2 {
	font-weight: 900;
}



@media screen and (max-width: 991px) {


}

@media screen and (max-width: 520px) {



}



