/*
Theme Name: Cube Services
Theme URI: https://mycubeservices.com
Author: Cube Services
Author URI: https://mycubeservices.com
Description: A responsive WordPress theme for a heat pump, HVAC and home services company in Juneau, Alaska. Built with Advanced Custom Fields (ACF) and Contact Form 7 support, custom post types for services, testimonials and a project gallery, plus scroll-reveal animations.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cube-services
Tags: custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, responsive-layout

Cube Services is distributed under the terms of the GNU GPL v2 or later.
*/

/* Design tokens are defined in assets/css/main.css and loaded there.
   This file only carries the required WP theme header + base reset,
   kept intentionally minimal so the real styling lives in one place. */

:root{
    --color-purple: #5B2E8C;
    --color-purple-dark: #3D1F63;
    --color-teal: #0E6E6E;
    --color-orange: #DD7A34;
    --color-green: #6FA23C;
    --color-navy: #14142B;
    --color-ink: #1B1B23;
    --color-paper: #FFFFFF;
    --color-mist: #F5F4F8;
    --color-line: #E4E1EC;
}

*, *::before, *::after{ box-sizing: border-box; }
body{ margin:0; }
img{ max-width:100%; height:auto; display:block; }
a{ text-decoration:none; color:inherit; }
ul{ margin:0; padding:0; list-style:none; }
button{ font-family:inherit; }
