/*
Theme Name: Cstm-Theme
Description: A custom full site editing theme developed for [____]
Author: Pigital Co
Tags: custom-theme, full-site-editing
Text Domain: cstm-theme
Requires at least: WordPress 7.0+
Version: 1.0.0
Last Update: 2026-0424 0000p

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

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

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

html{ margin: 0; padding: 0; position: relative; 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; }

.wp-site-blocks > * { margin-block-start: 0; margin-block-end: 0; }
:root :where(.is-layout-flow) > * { margin-block-start: 0; margin-block-end: 0; }