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

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

:root{ 	
--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;  position: relative; }
main{ min-height: 80vh; position: relative; }

html, body{ -webkit-font-smoothing: antialiased; font-smooth:always; }

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