/*
Theme Name: Randevu Otomasyon
Theme URI: https://example.com/moodkuafor
Author: Sabun Dijital
Author URI: https://sabundijital.com
Description: Kuaför otomasyon sistemi için özel WordPress teması.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: moodkuafor
Tags: custom-theme, hairdresser, automation
*/

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Site Logo */
.site-logo {
    margin-right: 15px;
}

.site-logo .custom-logo-link img {
    max-width: 150px;
    height: auto;
    display: block;
}

.site-branding {
    display: flex;
    align-items: center;
}