body {
}

a:link,
a:visited,
a:active,
a:hover {
	text-decoration: none;
	font-family: 'Inter', 'Segoe UI', sans-serif;
	font-size: 0.9rem;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
}

a:link,
a:visited {
	color: #2563eb;
}

a:active {
	color: #1d4ed8;
}

a:hover {
	color: #1e40af;
}

.text {
	font-family: Myriad, sans-serif;
	font-size: clamp(1rem, 0.95rem + 0.25vw, 1.08rem);
	line-height: 1.72;
	color: darkslategray;
}

.smalltext {
	font-family: 'Inter', 'Segoe UI', sans-serif;
	font-size: clamp(0.8rem, 0.76rem + 0.2vw, 0.9rem);
	line-height: 1.45;
	font-weight: 400;
	color: #64748b;
}

.largetext {
	font-family: Arial, sans-serif;
	font-size: clamp(1.06rem, 1rem + 0.35vw, 1.28rem);
	line-height: 1.65;
	font-weight: 400;
	color: darkslategray;
}

.beigetext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: clamp(1.05rem, 0.98rem + 0.35vw, 1.18rem);
	line-height: 1.55;
	font-weight: 700;
	color: #efe3b9;
}

.largedeepfushia {
	font-family: Verdana, sans-serif;
	font-size: 150%;
	font-weight: bolder;
	color: #A8015E;
	white-space: normal;
	letter-spacing: -2px;
}
.largeninered {
	font-family: Verdana, sans-serif;
	font-size: 150%;
	font-weight: normal;
	color: #A6042D;
	white-space: normal;
	letter-spacing: -2px;
}
.logodeepfushia {
	font-family: Verdana, sans-serif;
	font-size: 200%;
	font-weight: bolder;
	color: #A8015E;
	white-space: normal;
	letter-spacing: -3px;
}
.logoninered {
	font-family: Verdana, sans-serif;
	font-size: 200%;
	font-weight: normal;
	color: #A6042D;
	white-space: normal;
	letter-spacing: -3px;
}
