/**
 * Tamisima block theme — light global tweaks (colors & typography live in theme.json).
 */

html {
	scroll-behavior: smooth;
	overflow-x: clip;
}

body.tamisima-lite {
	margin: 0;
	font-family: var(--wp--preset--font-family--inter, "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	overflow-x: clip;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.tamisima-lite.tamisima-nav-open {
	overflow: hidden;
}

.tamisima-lite ::selection {
	background: var(--wp--preset--color--navy, #003865);
	color: #fff;
}

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