/* OTOMATIK OLUSTURULMUS TEMA DEGISKENLERI - 2026-04-21 21:30:34 */
:root {
    --site-font: 'Roboto';
    --primary: #2563eb;
    --primary-hover: #1d4ed8;
    --heading: #0f172a;
    --paragraph: #475569;
    --background: #ffffff;
    --surface: #f8fafc;
    --card-border: #e2e8f0;
    --button-bg: #2563eb;
    --button-text: #ffffff;
    --link: #3b82f6;
}
