/*
Theme Name: Rota 7/24 VIP Cekici
Theme URI: https://rota724vip.com/
Author: Antigravity
Description: Rota 7/24 VIP Cekici icin özel, ultra hizli, Gutenberg ve RankMath uyumlu, mobil oncelikli yol yardim temasi.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: rota724vip-theme
*/

/* --- Base Reset & Variable Definitions --- */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'ABeeZee', sans-serif;
    color: #0f172a;
    background-color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

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

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
