/*
Theme Name: Hafif Ajans Teması
Theme URI: https://seninwebsiten.com/
Author: Senin Adın / Ajansın
Author URI: https://seninwebsiten.com/
Description: Ultra hızlı, sıfır eklenti hedefli, özel yapım başlangıç teması.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hafif-tema
*/

/*
 * Burası temanın ana CSS dosyasıdır.
 * Şimdilik temel bir sıfırlama (reset) ve modern bir font ailesi ekleyelim.
 * Kendi tasarımlarımız için bu dosyayı özgürce genişleteceğiz.
 */

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    line-height: 1.6;
    color: #333333;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Container (Sayfa Genişliği) */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}