/*
Theme Name: Evergreen Agency
Theme URI: https://example.com/evergreen-agency
Author: Evergreen Studio
Author URI: https://example.com
Description: A beautifully designed one-page agency theme with GSAP animations, customizable primary color and fonts via the WordPress Customizer.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: evergreen-agency
Tags: one-column, custom-colors, custom-logo, custom-menu, featured-images
*/

/* Keep this file minimal. Main styles are enqueued from /assets/css/styles.css */
:root {
  --primary: #1c6b4e;
  --font-sans: "Inter", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  --font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
}
body { margin: 0; }