/*
Theme Name: ClemxyTech
Theme URI: https://clemxytech.com
Author: ClemxyTech
Author URI: https://clemxytech.com
Description: A robust, futuristic, and highly dynamic WordPress theme for ClemxyTech Agency. Built with standard WordPress practices, Custom Post Types, and optimized performance.
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: clemxytech
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, full-width-template, theme-options
*/

/* 
--------------------------------------------------------------
TABLE OF CONTENTS:
1. Variables
2. Reset & Typography
3. Layout
4. Header & Navigation
5. Hero Section
6. Services
7. Partners
8. Footer
--------------------------------------------------------------
*/

/* Root Variables (placeholder for now) */
:root {
    --primary-color: #007bff; /* Update with actual scraped color */
    --secondary-color: #6c757d;
    --background-dark: #1a1a1a;
    --text-light: #ffffff;
    --font-heading: 'Roboto', sans-serif; /* Update with actual font */
    --font-body: 'Open Sans', sans-serif;
}
