/*
Theme Name: Sotufinds
Description: Custom WooCommerce theme for Sotufinds.
Version: 0.6.0
Text Domain: sotufinds
*/

html,
body {
	min-height: 100%;
}

body {
	margin: 0;
	background: #080a0b;
	color: #f4f3f1;
	font-family: Inter, Arial, sans-serif;
	font-weight:500;
	line-height: 1.5;
	font-synthesis: none;
	font-kerning: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

button,
input,
textarea,
select {
	font-family: Inter, Arial, sans-serif;
	font-synthesis: none;
	font-kerning: normal;
	-webkit-font-smoothing: antialiased;
}

html,
body {
	overflow-x: hidden;
}

@supports (overflow-x: clip) {
	html,
	body {
		overflow-x: clip;
	}
}


/* Standard WordPress content fallback. Scoped so approved commerce screens are untouched. */
.es-generic-content{padding:56px 0 72px;border-bottom:1px solid #2d3234}
.es-generic-entry{max-width:920px;margin:0 auto}
.es-generic-entry-header{margin:0 0 28px;padding:0 0 18px;border-bottom:1px solid #2d3234}
.es-generic-entry-title{margin:0;color:#f4f3f1;font:600 clamp(42px,5vw,68px)/.92 Teko,"Arial Narrow",sans-serif;letter-spacing:.02em;text-transform:uppercase}
.es-generic-entry-content{color:#c8ccca;font-size:15px;line-height:1.75}
.es-generic-entry-content h2,.es-generic-entry-content h3,.es-generic-entry-content h4{color:#f4f3f1;font-family:Teko,"Arial Narrow",sans-serif;font-weight:600;line-height:1.05}
.es-generic-entry-content h2{margin:40px 0 14px;font-size:36px}.es-generic-entry-content h3{margin:30px 0 12px;font-size:28px}
.es-generic-entry-content p,.es-generic-entry-content ul,.es-generic-entry-content ol{margin:0 0 18px}
.es-generic-entry-content a{color:#f04a16}.es-generic-entry-content img{max-width:100%;height:auto}
@media(max-width:800px){.es-generic-content{padding:38px 0 52px}.es-generic-entry-header{margin-bottom:22px}.es-generic-entry-content{font-size:15px}}
