/*
Theme Name: Baynaam Portfolio
Theme URI: https://baynaam.com/
Author: Antigravity
Author URI: https://google.com/
Description: A high-fidelity, premium creative agency portfolio theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: baynaam
Tags: dark, one-column, portfolio, agency, creative, responsive
*/

:root {
    --background: hsl(220 20% 2%);
    --foreground: hsl(0 0% 98%);
    --card: hsl(220 18% 6%);
    --card-foreground: hsl(0 0% 98%);
    --primary: hsl(174 100% 41%);
    --primary-foreground: hsl(220 20% 2%);
    --secondary: hsl(220 16% 10%);
    --secondary-foreground: hsl(0 0% 92%);
    --muted: hsl(220 14% 10%);
    --muted-foreground: hsl(220 10% 60%);
    --accent: hsl(174 100% 41%);
    --border: hsl(220 14% 12%);
    --input: hsl(220 16% 8%);
    --ring: hsl(174 100% 41%);
    --radius: 1rem;
    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Space Grotesk', sans-serif;
    --shadow-glow: 0 0 30px -5px hsla(174, 100%, 41%, 0.3);
    --shadow-card: 0 10px 40px -10px rgba(0, 0, 0, 0.5);
}

/* Base Styles are moved to assets/css/main.css for cleaner enqueuing */
