/*
Theme Name: WS Theme
Theme URI: https://example.com/
Author: Custom
Description: Minimal Wabi Sabi style theme with ACF blocks. No ThemeREX, no shop.
Version: 1.0.0
Text Domain: ws-theme
*/

:root {
	--ws-black: #111111;
	--ws-gray: #b3b3b3;
	--ws-gray-light: #f3f3f3;
	--ws-white: #ffffff;
	--ws-container: 1320px;
	--ws-gutter: 24px;
	--ws-font: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*, *::before, *::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: var(--ws-font);
	font-size: 16px;
	line-height: 1.5;
	color: var(--ws-black);
	background: var(--ws-white);
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
}

.container {
	width: min(var(--ws-container), 100% - var(--ws-gutter) * 2);
	margin-inline: auto;
}

.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;
}

.site-main {
	min-height: 50vh;
	overflow: visible;
}

.ws-page-content {
	overflow: visible;
}
