/*
Theme Name: Belleza
Theme URI: https://yasko.studio/belleza
Description: Profesyonel kuaför ve güzellik salonu WordPress teması. Amelia randevu entegrasyonu, çoklu-konsept-lite renk/font sistemi ve mobil uyumlu tasarımla donatılmıştır.
Author: Yasko Stüdyo
Author URI: https://yasko.studio
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: belleza
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, post-thumbnails, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, beauty, salon
*/

/*
 * Belleza — Temel Sıfırlama (Base Reset)
 * Asıl görsel stiller assets/css/main.css dosyasındadır.
 * Bu dosya yalnızca WP metadata başlığını ve minimal base reset içerir.
 */

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
}
