
:root {
/* Renkler */
--primary-color:
#2c3e50;
--secondary-color:
#2d363e;
--accent-color:
#e74c3c;
--header-bg-color:
#959ae4;
--footer-bg-color:
#2c3e50;
--button-bg-color:
#1a5490;
--button-hover-color:
#134073;
--text-color:
#0a0a0a;
--heading-color:
#1a5490;
--link-color:
#1a5490;

/* Tipografi */
--font-primary:
Inter, sans-serif;
--font-heading:
Poppins, sans-serif;
--font-size-base:
16px;

/* Stil */
--button-radius:
8px;
--card-radius:
12px;
--container-width:
1200px;

/* Sabit değerler */
--shadow-sm: 0 2px 4px rgba(0,0,0,0.1);
--shadow-md: 0 4px 6px rgba(0,0,0,0.1);
--shadow-lg: 0 10px 15px rgba(0,0,0,0.1);
--transition: all 0.3s ease;
}