/*
Theme Name: İndir.me
Theme URI: https://indir.me
Author: indir.me
Author URI: https://indir.me
Description: indir.me indirme sitesi 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: indirme
Requires at least: 6.0
Requires PHP: 8.0
*/

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

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    line-height: 1.6;
    color: #37383a;
    background-color: #f5f6f8;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #f39221;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #d47d1a;
}

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

/* ========== Layout ========== */
.site-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

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

.site-content {
    flex: 1;
}
