/*
Theme Name: Estheraphy Editable
Theme URI: https://www.estheraphy.com/
Author: Estheraphy
Author URI: https://www.estheraphy.com/
Update URI: https://www.estheraphy.com/estheraphy-editable/
Description: An editable cream-and-cocoa Estheraphy homepage with treatment discovery, clinical aesthetics, a complete menu, brand story, and shop-by-need experience.
Version: 1.2.1
Requires at least: 6.0
Tested up to: 7.1
Requires PHP: 7.4
Text Domain: estheraphy-editable
*/

html,
body {
	margin: 0;
	padding: 0;
}

body.estheraphy-editable-theme {
	background: #fbf8f1;
}

.estheraphy-editable-main {
	min-height: 100vh;
}

.estheraphy-editable-content {
	box-sizing: border-box;
	min-height: 100vh;
	padding: clamp(36px, 7vw, 84px) 6%;
	color: #493b31;
	background: #fbf8f1;
}

.estheraphy-editable-content > article {
	max-width: 1120px;
	margin: 0 auto;
}

.estheraphy-content-header h1 {
	margin: 0 0 28px;
	color: #2d211a;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(36px, 6vw, 64px);
	font-weight: 400;
}

.estheraphy-content-body iframe {
	max-width: 100%;
}
