/*
Theme Name: MotoEtkinlik V2
Theme URI: https://motoetkinlik.com
Author: Yalçın ÇEKER
Author URI: https://motoetkinlik.com
Description: Motoetkinlik web sitesi için özel olarak geliştirilmiş, mobil uyumlu ve SEO odaklı özel WordPress teması.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: motoetkinlik
Tags: motoetkinlik, haber, news, blog, motorsports, responsive, custom-theme
*/

/* =========================
   ROOT TOKENS
========================= */

:root {
    --font-xs: 12px;
    --font-sm: 13px;
    --font-md: 14px;
    --font-lg: 16px;

    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;

    --color-text: #111;
    --color-muted: #777;
    --color-accent: #d32f2f;

    --container-width: 1200px;
    --container-padding: 20px;
}

/* =========================
   GLOBAL RESET
========================= */

html {
    box-sizing: border-box;
    line-height: 1.15;
    scroll-behavior: smooth;
}

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

/* =========================
   BASE
========================= */

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-text);
    background-color: #fff;
}

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

iframe,
embed,
object {
    max-width: 100%;
}

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

a:hover {
    color: var(--color-accent);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0.6em;
    font-weight: var(--font-weight-bold);
}

/* =========================
   GLOBAL LAYOUT
========================= */

.container {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
}

/* =========================
   UTILITIES
========================= */

.text-center {
    text-align: center;
}

.hidden {
    display: none !important;
}
