/*
Theme Name: Reach-T26
Text Domain: reach-t26
Description: A custom full site editing theme developed for The Reach Institute
Author: Pigital Co
Tags: custom-theme, full-site-editing
Requires at least: WordPress 7.0+
Version: 1.0.0
Last Update: 2026-0501 0000p

This theme is a proprietary work developed exclusively for The Reach Institute. 
All rights reserved. Use, reproduction, modification, or distribution is strictly 
prohibited without prior written authorization from The Reach Institute.
*/

:root{ 	
--max-width : 1920px;
--scroll-top: 120px;
}

*, *:after, *:before { box-sizing: border-box; }

html{ margin: 0; padding:0 clamp(20px, 2.77vw, 40px); position: relative; background:#F4E5DF; overflow-x:hidden; scroll-behavior: smooth; scroll-padding-top:var(--scroll-top); }
body{ margin: 0 auto !important; padding: 0; overflow-x:hidden; max-width: var(--max-width); position: relative; }
main{ min-height: 80vh; position: relative; }
