body {
	font-family: 'Poppins', system-ui, sans-serif;
	color: var(--ka-ink);
	-webkit-font-smoothing: antialiased;
	background: #fff;
}

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

button {
	font-family: inherit;
	cursor: pointer;
}

img {
	max-width: 100%;
}

.ka-container {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 40px;
}

.ka-anton {
	font-family: 'Anton', sans-serif;
	font-weight: 400;
}

.ka-script {
	font-family: 'Dancing Script', cursive;
	font-weight: 700;
}
