/*
Theme Name: Hakan Dursun
Theme URI: https://hakandursun.tr
Author: Hakan Dursun
Author URI: https://hakandursun.tr
Description: Hakan Dursun'un resmi web sitesi için özel WordPress teması. WordPress tema ve eklenti geliştirici portföyü.
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: hakandursun
Tags: portfolio, developer, dark, one-page, custom-logo

Hakan Dursun - WordPress Tema & Eklenti Geliştirici
*/

/* ========================================
   CSS Custom Properties (Design System)
   ======================================== */
:root {
    /* Colors */
    --color-bg-primary: #0a1628;
    --color-bg-secondary: #0f1f3d;
    --color-bg-tertiary: #162a50;
    --color-accent: #00e5ff;
    --color-accent-dark: #00b8d4;
    --color-accent-glow: rgba(0, 229, 255, 0.3);
    --color-accent-glow-strong: rgba(0, 229, 255, 0.5);
    --color-text: #e0e8f5;
    --color-text-muted: #8b9dc3;
    --color-white: #ffffff;
    --color-border: rgba(0, 229, 255, 0.12);
    --color-card-bg: rgba(15, 31, 61, 0.6);

    /* Typography */
    --font-main: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-mono: 'JetBrains Mono', 'Fira Code', monospace;

    /* Spacing */
    --section-padding: 100px 0;
    --container-width: 1200px;
    --container-padding: 0 24px;

    /* Effects */
    --radius: 12px;
    --radius-lg: 20px;
    --radius-full: 50px;
    --glass-bg: rgba(15, 31, 61, 0.7);
    --glass-border: rgba(0, 229, 255, 0.1);
    --glass-blur: blur(20px);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    --shadow-glow: 0 0 30px rgba(0, 229, 255, 0.15);
    --shadow-card: 0 8px 32px rgba(0, 0, 0, 0.3);
}
