/*
Theme Name: BolognaEdu
Theme URI: https://example.com/bolognaedu
Author: BolognaEdu Development Team
Author URI: https://example.com/
Description: Bologna Süreci, AKTS/ECTS Bilgi Paketi, Akademik Programlar ve Yükseköğretim Kurumları için özel olarak tasarlanmış modern, zengin özellikli ve tam kapsamlı WordPress teması.
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: bolognaedu
Tags: education, university, academic, bologna-process, ects, responsive-layout, custom-menu, theme-options
*/

/* Reset & Root Variables */
:root {
    --primary-color: #0d3b66;
    --primary-hover: #082642;
    --secondary-color: #f4d35e;
    --accent-color: #ee964b;
    --dark-color: #0b132b;
    --light-bg: #f8fafc;
    --card-bg: #ffffff;
    --text-color: #334155;
    --text-muted: #64748b;
    --border-color: #e2e8f0;
    --success-color: #10b981;
    --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.06);
    --shadow-lg: 0 12px 28px rgba(0,0,0,0.09);
    --shadow-hover: 0 16px 36px rgba(13, 59, 102, 0.12);
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
