html{
	font-family: century-gothic,sans-serif;
	font-weight: 400;
	font-style: normal;
	box-sizing: border-box;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6{
	font-family: century-gothic,sans-serif;
	font-weight: 400;
	font-style: normal;
}
:root{
	--color-primary:rgb(189,31,45);

	--color-accent: rgb(189,31,45);
}

.MHT-bg-primary{
	background-color: var(--color-primary);
}
.MHT-bg-secondary{
	background-color: black;
}
.MHT-bg-white{
	background-color: white;
}
.MHT-bg-tertiary{
	background-color: rgb(230,230,230);
}
.MHT-bg-tertiary-trans{
	background-color: rgb(230,230,230,.6);
}
.MHT-text-primary{
	color: black;
}

.MHT-text-secondary{
	color: white;
}
.MHT-text-accent{
	color: rgb(189,31,45);
}
.MHT-border-1{
	border-radius: 20px;
}

.font-size-1{
	font-size: 3.5rem;
}
.font-size-2{
	font-size: 3rem;
}
.font-size-3{
	font-size: 2.5rem;
}
.font-size-4{
	font-size: 2rem;
}
.font-size-5{
	font-size: 1.2rem;
}
.font-size-6{
	font-size: 1rem;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.mht-text-header{ 
	font-family: century-gothic,sans-serif;
	font-weight: 700;
	font-style: normal;
}

.mht-text-body{
	font-family: century-gothic,sans-serif;
	font-weight: 400;
	font-style: normal;
}

.mht-text-bold{
	font-family: century-gothic,sans-serif;
	font-weight: 700;
	font-style: normal;
}