/* Tema Özel CSS - Admin panelden otomatik oluşturulur */
:root {
    --color-primary: #FF0000;
    --color-secondary: #16171e;
    --font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
    font-family: var(--font-family);
}

