@font-face {
	font-family: "Circe";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Circe/Circe-Regular.woff2") format("woff2");
	font-display: swap;
}
@font-face {
	font-family: "Circe";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/Circe/Circe-Bold.woff2") format("woff2");
	font-display: swap;
}
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

.cookie-notify {
	box-sizing: border-box;
	position: fixed;
	z-index: 4000;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	gap: 1.2em;
	width: 100%;
	font-family: "Circe", sans-serif;
	font-size: 2.7777777778vw !important;
	color: #111;
	background-color: #fff;
	padding: 1.4em 1em;
	box-shadow: 0 0.2em 1em #525252;
}
.cookie-notify.hidden {
	display: none;
}
@media (min-width: 576px) {
	.cookie-notify {
		bottom: 1em;
		left: 1em;
		gap: 1.8em;
		width: 48em;
		padding: 2em;
		border-radius: 1em;
		font-size: 1vw !important;
	}
}
@media (min-width: 1200px) {
	.cookie-notify {
		font-size: 0.5208333333vw !important;
	}
}
@media (min-width: 1920px) {
	.cookie-notify {
		font-size: 10px !important;
	}
}

.cookie-notify__text {
	font-weight: 400;
	font-size: 1.4em;
}
.cookie-notify__text a {
	color: inherit;
	text-decoration: underline;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}
.cookie-notify__text a:hover {
	text-decoration: none;
}
@media (min-width: 576px) {
	.cookie-notify__text {
		font-size: 1.6em;
	}
}

.cookie-notify__button {
	font-family: "Circe", sans-serif;
	font-weight: 700;
	font-size: 1.7em;
	color: #fff;
	background-color: #386bef;
	padding: 0.8235294118em;
	border-radius: 0.5882352941em;
	border: none;
	outline: none;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;
}
.cookie-notify__button:hover {
	background-color: hsl(223, 85%, 48%);
}
@media (min-width: 576px) {
	.cookie-notify__button {
		font-size: 1.8em;
		padding: 0.7777777778em;
		border-radius: 0.5555555556em;
	}
} /*# sourceMappingURL=app.css.map */
