/*
Theme Name: Latibule Adahan
Theme URI: https://example.com
Author: Latibule
Description: Butik otel WordPress teması. Üst bar ve başlık yapısı tema ayarlarından yönetilir.
Version: 1.0.7
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: latibule-adahan
*/

/* Temel sıfırlama ve tipografi — header stilleri assets/css/header.css içinde */

body {
	margin: 0;
}

/* Anasayfada yazı döngüsü kapalıyken gereksiz boşluk azaltılır */
.site-main--front-no-loop {
	padding-top: 0;
	padding-bottom: 0;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}
