/*
Theme Name: Digital XYZ
Theme URI: https://digital-xyz.ro
Author: Digital XYZ Agency
Author URI: https://digital-xyz.ro
Description: Professional digital agency theme for home services businesses in Romania
Version: 1.0.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digital-xyz
Tags: full-width-template, custom-logo, custom-menu, featured-images, theme-options
*/

:root {
    --color-dark-bg: #0a1628;
    --color-primary-navy: #012d6b;
    --color-accent-lime: #a0ce4e;
    --color-button-blue: #03a9f4;
    --color-white: #ffffff;
    --color-text-gray: #747474;
    --color-footer: #1a1a2e;
    --font-body: 'Roboto', sans-serif;
    --font-heading: 'Roboto Condensed', sans-serif;
    --font-size-base: 16px;
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-bold: 700;
    --spacing-xs: 8px;
    --spacing-sm: 16px;
    --spacing-md: 24px;
    --spacing-lg: 40px;
    --spacing-xl: 80px;
    --max-width: 1200px;
    --header-height: 90px;
    --transition-speed: 0.3s;
    --border-radius: 4px;
}
