/* Base typography — Inter font from clone */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('../fonts/inter-latin.woff2') format('woff2');
}

body.onlineslot-theme {
	font-family: Inter, system-ui, -apple-system, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.page {
	min-height: 100vh;
}

/* Offset fixed header */
.onlineslot-home #main-content,
.onlineslot-theme #main-content {
	padding-top: 58px;
}

@media (min-width: 768px) {
	.onlineslot-home #main-content,
	.onlineslot-theme #main-content {
		padding-top: 78px;
	}
}

@media (min-width: 1024px) {
	.onlineslot-home #main-content,
	.onlineslot-theme #main-content {
		padding-top: 132px;
	}
}
