/*
Theme Name: gDevs AI Theme
Theme URI: https://gdevs.co/
Author: gDevs Team
Author URI: https://gdevs.co/
Description: A premium, AI-powered development agency theme with GSAP and Three.js animations.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gdevs
*/

/* Global Styles extracted from index.html and inner-pages.css */
:root {
    --black: #000;
    --card: #0a0a0a;
    --card-border: rgba(255, 255, 255, .06);
    --white: #fff;
    --gray-400: #999;
    --gray-500: #777;
    --gray-600: #444;
    --gray-800: #1a1a1a;
    --accent: #e8552d;
    --accent2: #f5a623;
    --green: #22c55e;
    --radius: 16px;
    --radius-sm: 10px;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: auto;
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--black);
    color: var(--white);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* Cursor and basic link styling */
a {
    text-decoration: none;
    color: inherit;
}
