/*
Theme Name: Greenspace Theme
Theme URI: https://greenspaceresearchconsulting.com/
Author: Antigravity
Description: A premium, research-focused WordPress theme for environmental consulting organizations.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: greenspace
Tags: green, environmental, consulting, research, one-page, parallax
*/

/* 
   We will keep the original styles.css separate or include them here. 
   For better performance, we'll enqueue the original stylesheet in functions.php 
   instead of duplicating 1700 lines of CSS in this file.
*/

:root {
    --primary-green: #09a011;
    --secondary-green: #6B8E23;
    --white: #ffffff;
}

/* Base adjustment for WordPress Admin Bar */
.admin-bar .sticky-menu {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .sticky-menu {
        top: 46px;
    }
}
