@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
	font-family: 'Montserrat', sans-serif;
}

.text-primary {
	color: #FFAF00 !important;
}
.btn {
	border-radius: 30px;
	padding: 0.5rem 4rem !important;
}

#header-full {
	position: fixed;
	top: 0;
	z-index: 999;
	transition: transform 0.3s, top 0.3s;
}
#header-full.hidden {
	transform: translateY(-100%);
}
#header-full.header-outline {
	border-bottom: 1px solid #d5d5d5;
}

.Blysk__Header {
	background-color: #fff;
	width: 100svw;
	max-width: 100dvw;
	border-bottom: 1px solid #eee;
}
.Blysk__Header .Blysk__Link {
	color: #000;
	text-decoration: none;
	transition: 0.2s;
	padding: 8px 20px;
	border-radius: 30px;
}
.Blysk__Header .Blysk__Link:hover {
	background-color: #FFAF00 !important;
	color: #4f3600;
	cursor: pointer;
}

.Blysk__Footer a, .Blysk__Offcanvas a {
	color: #000;
	text-decoration: none;
	font-size: 15px;
	transition: 0.3s color;
}
.Blysk__Footer a:hover {
	text-decoration: underline
}
.Blysk__Offcanvas a:hover {
	color: #d56900;
}