/*
Theme Name: Aura Diş Deposu
Theme URI: https://auradisdeposu.com
Author: Aura Dental Team
Description: Dental malzeme ve ekipman tedarikçisi için özel WordPress teması
Version: 1.0
License: GPL v2
Text Domain: aura-dental
*/

/* Tailwind CSS entegre edilecek - burada WordPress özel stiller */
body {
    font-family: 'Inter', sans-serif;
}

/* WordPress Admin Bar düzeltmesi */
.admin-bar .fixed-top {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .fixed-top {
        top: 46px;
    }
}
