/*
Theme Name: IMG v2
Theme URI: https://img.org.tr
Author: IMG Organization
Author URI: https://img.org.tr
Description: A modern, mobile-first WordPress theme for the IMG landing page with responsive design, hero slider, and quick donation system.
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: img-v2
Domain Path: /languages
Tags: responsive, mobile-first, landing-page, donations, accessibility
Requires at least: 6.0
Requires PHP: 7.4
*/

:root {
    --img-green: #109f96;
    --img-dark: #003c50;
    --img-sand: #f7f7f7;
    --img-card: #ffffff;
    --img-radius: 18px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", "Segoe UI", system-ui, -apple-system, sans-serif;
    color: #1f2a33;
    background: #fff;
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: var(--img-dark);
    text-decoration: none;
}

.container {
    width: min(1100px, 92vw);
    margin: 0 auto;
}
