@font-face {
	font-family: "Baloo 2";
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url("../fonts/baloo-2.woff2") format("woff2");
}

@font-face {
	font-family: "Dancing Script";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../fonts/dancing-script.woff2") format("woff2");
}

:root {
	--toy-container: 1410px;
	--toy-gutter: clamp(1rem, 3vw, 2rem);
	--tilenjoy-pink: #ee2c7c;
	--tilenjoy-cyan: #00b9f1;
	--tilenjoy-yellow: #febb12;
	--tilenjoy-green: #00ab5b;
	--tilenjoy-sky: #5facc3;
	--tilenjoy-blue: #347cc0;
	--tilenjoy-gray: #6d6e71;
	--tilenjoy-gray-light: #a7aaac;
	--tilenjoy-black: #231f20;
	--tilenjoy-blue-strong: #316ba3;
	--tilenjoy-pink-strong: #ca2a6b;
	--tilenjoy-green-strong: #007a42;
	--tilenjoy-blue-tint: #eef8fc;
	--tilenjoy-yellow-tint: #fff8e7;
	--tilenjoy-green-tint: #e8f8f1;
	--tilenjoy-pink-tint: #fcecf3;
	--tilenjoy-border: #d9d9db;
	--tilenjoy-footer-border: #4e4a4c;
	--tilenjoy-black-rgb: 35 31 32;
	--tilenjoy-blue-strong-rgb: 49 107 163;
	--toy-navy: var(--tilenjoy-black);
	--toy-teal: var(--tilenjoy-blue-strong);
	--toy-teal-dark: var(--tilenjoy-black);
	--toy-teal-light: var(--tilenjoy-blue-tint);
	--toy-orange: var(--tilenjoy-yellow);
	--toy-red: var(--tilenjoy-pink-strong);
	--toy-text: var(--tilenjoy-black);
	--toy-muted: var(--tilenjoy-gray);
	--toy-border: var(--tilenjoy-border);
	--toy-surface: #ffffff;
	--toy-tint: var(--tilenjoy-blue-tint);
	--toy-radius: 18px;
	--toy-shadow: 0 14px 35px rgb(var(--tilenjoy-black-rgb) / 0.08);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--toy-text);
	background: var(--toy-surface);
	font-family: "Baloo 2", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

body.menu-is-open {
	overflow: hidden;
}

button,
input,
textarea,
select {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

button {
	cursor: pointer;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus-visible {
	color: var(--toy-teal);
}

img,
svg {
	display: block;
	max-width: 100%;
}

img {
	height: auto;
}

.tilenjoy-demo-price-note {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 2px 8px;
	margin-left: 8px;
	border-radius: 999px;
	color: var(--tilenjoy-black);
	background: var(--tilenjoy-yellow);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.4;
	vertical-align: middle;
}

h1,
h2,
h3,
h4,
p {
	margin-top: 0;
}

h1,
h2,
h3,
h4 {
	color: var(--toy-navy);
	font-weight: 700;
	line-height: 1.18;
}

.toy-container,
.site-container {
	width: min(calc(100% - (2 * var(--toy-gutter))), var(--toy-container));
	margin-inline: auto;
}

.site-main {
	min-height: 40vh;
	overflow: clip;
}

.content-area,
.woocommerce-layout {
	padding-block: clamp(3rem, 7vw, 6.25rem);
}

.icon {
	width: 1.15em;
	height: 1.15em;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.toy-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	min-height: 52px;
	padding: 0.75rem 1.75rem;
	border: 0;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.toy-button:hover,
.toy-button:focus-visible {
	transform: translateY(-2px);
}

.toy-button--light {
	color: var(--toy-navy);
	background: #ffffff;
}

.toy-button--light:hover,
.toy-button--light:focus-visible {
	color: #ffffff;
	background: var(--toy-navy);
}

.toy-button--orange {
	color: var(--tilenjoy-black);
	background: var(--toy-orange);
}

.toy-button--orange:hover,
.toy-button--orange:focus-visible {
	color: var(--toy-navy);
	background: #ffffff;
}

.section-heading {
	margin-bottom: 46px;
}

.section-heading h2 {
	margin-bottom: 0;
	font-size: clamp(2rem, 2.25vw, 2.5rem);
}

.section-heading p {
	max-width: 520px;
	margin: 18px auto 0;
	color: var(--toy-muted);
}

.section-heading--row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.section-heading--centered {
	text-align: center;
}

.section-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 10px 20px;
	border: 1px solid var(--toy-border);
	border-radius: 999px;
	background: #ffffff;
	font-weight: 600;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	position: fixed;
	top: 1rem;
	left: 1rem;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	margin: 0;
	overflow: visible;
	clip: auto;
	color: #ffffff;
	background: #000000;
}

@media (max-width: 767px) {
	:root {
		--toy-gutter: 1rem;
	}

	.section-heading {
		margin-bottom: 32px;
	}

	.section-heading--row {
		align-items: flex-start;
		flex-direction: column;
		gap: 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
