/* Spor Kategorisi Tema */
:root {
    --primary-color: #EAB308;
    --secondary-color: #CA8A04;
    --accent-color: #FDE047;
    --background-color: #FEFCE8;
    --text-color: #713F12;
}

.hero {
    background: linear-gradient(135deg, #EAB308 0%, #CA8A04 100%);
}

.feature-icon {
    background: linear-gradient(135deg, #EAB308, #FDE047);
}

.btn-primary {
    background: #EAB308;
    color: white;
    border-color: #EAB308;
}

.btn-primary:hover {
    background: #CA8A04;
    border-color: #CA8A04;
}

.btn-outline {
    color: #EAB308;
    border-color: #EAB308;
}

.btn-outline:hover {
    background: #EAB308;
    color: white;
}

.read-more {
    color: #EAB308;
}

.read-more:hover {
    color: #CA8A04;
}

.social-links a:hover {
    background: #EAB308;
}
