/*
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: 2025-1210 0000p

This theme is a custom theme developed for a specific institution,
use or distribution is solely under the institution authorization.
*/

:root{ 	
--site-width : 1920px;
}

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

html { margin: 0; padding: 0; position: relative; overflow-x:hidden; scroll-behavior: smooth; scroll-padding-top: 120px;  }
body{  margin: 0 auto !important; padding: 0;  overflow-x:hidden;  max-width: var(--site-width); position: relative; }
main  { min-height: 80vh; position: relative; }

