/*
Theme Name: AuraCorporate
Theme URI: https://github.com/google/antigravity
Author: Google DeepMind Antigravity
Author URI: https://github.com/google/antigravity
Description: A modern, elegant corporate WordPress theme designed with a focus on strict accessibility (WCAG 2.2 Level AA/AAA compliant contrast ratios), secure PHP structures, custom post types, and translation readiness.
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: aura-corporate
Tags: accessibility-ready, custom-menu, featured-images, translation-ready, responsive-layout, theme-options, corporate, blog
*/

/* Core Theme Style Rules are defined in assets/css/main.css. This file initializes root variables. */
:root {
    /* High contrast color palette (meets WCAG 2.2 AAA 7.5:1 minimum text contrast) */
    --color-slate-dark: #0f172a;
    --color-blue-primary: #1e3a8a;
    --color-teal-accent: #115e59;
    --color-slate-muted: #334155;
    --color-gray-light: #f8fafc;
    --color-gray-border: #e2e8f0;
    --color-white: #ffffff;
    --color-amber-focus: #b45309;

    /* Font Families */
    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Inter', sans-serif;

    /* Shadow styles */
    --shadow-premium: 0 4px 6px -1px rgb(0 0 0 / 0.05), 0 2px 4px -2px rgb(0 0 0 / 0.05);
    --shadow-premium-hover: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    
    /* Layout */
    --container-max-width: 1280px;
}
