/*
Theme Name: E is for Evolve™
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: A high-performance custom WordPress theme for E is for Evolve™. Optimized for speed and modern web standards.
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: e-is-for-evolve
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

E is for Evolve™ - A Custom WordPress Theme
*/

/* ==========================================================================
   RESET & BASE STYLES
   ========================================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fff;
}

/* ==========================================================================
   ADD YOUR CUSTOM CSS BELOW THIS LINE
   ========================================================================== */

/* Your custom styles go here */

