/*
Theme Name: ArGetia
Theme URI: https://argetia.com/
Author: Antigravity
Author URI: https://argetia.com/
Description: ArGetia Yazılım ve Danışmanlık için premium özel WordPress teması. Modern, dark mode, glassmorphism ve teknoloji odaklı tasarım.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: argetia
Tags: black, dark, custom-colors, custom-menu, featured-images, full-width-template, theme-options, translation-ready
*/

/* 
 * GOOGLE FONTS 
 */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
    /* Color Palette */
    --bg-dark: #0a0f1e;
    --bg-card: rgba(255, 255, 255, 0.03);
    --border-glass: rgba(255, 255, 255, 0.1);
    --text-main: #ffffff;
    --text-muted: #a0aec0;
    --accent-gradient: linear-gradient(135deg, #6c63ff 0%, #3b82f6 100%);
    --accent-color: #6c63ff;
    --accent-glow: 0 0 20px rgba(108, 99, 255, 0.4);
    
    /* Typography */
    --font-primary: 'Plus Jakarta Sans', sans-serif;
    --font-secondary: 'Inter', sans-serif;
    
    /* Spacing */
    --section-padding: 100px 0;
    --container-width: 1200px;
}

/* Base Reset is handled in assets/css/main.css, 
 * this file serves as the theme descriptor and font loader.
 */
