/*
Theme Name: İlayda
Theme URI: https://example.com/ilayda
Author: Panda Yazılım
Author URI: https://example.com
Description: Modern şömine, mimari, dekorasyon ve kurumsal projeler için modüler WordPress teması.
Version: 1.7.0
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 8.1
Text Domain: ilayda
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-logo, custom-menu, featured-images, full-width-template, translation-ready
*/

:root {
    --ilayda-primary: #ee7f2d;
    --ilayda-primary-hover: #d96a19;
    --ilayda-text: #333333;
    --ilayda-muted: #777777;
    --ilayda-bg: #faf8f5;
    --ilayda-surface: #ffffff;
    --ilayda-border: #e5e1dc;
    --ilayda-container: 1200px;
    --ilayda-radius: 4px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ilayda-text);
    background: var(--ilayda-bg);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

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

a {
    color: inherit;
    text-decoration: none;
}

.ilayda-container {
    width: min(100% - 32px, var(--ilayda-container));
    margin-inline: auto;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
