/*
Theme Name: Fit Yaşam Premium
Theme URI: 
Author: Antigravity
Description: A premium, mobile-first, and editorial-style WordPress theme for "FİT YAŞAM".
Version: 1.0.0
Text Domain: fit-yasam
Tags: custom-colors, custom-menu, featured-images, full-width-template, theme-options

This theme uses Tailwind CSS via CDN for rapid styling and custom editorial typography.
*/

/* --- Base Styles --- */
body {
    background-color: #DCE1DE;
    /* soft-grey */
    color: #1F2421;
    /* deep-forest */
    margin: 0;
    padding: 0;
}

/* --- Tailwind Config Compatibility --- */
/* These colors match the original design's HSL/Hex values */
.text-deep-forest {
    color: #1F2421;
}

.bg-deep-forest {
    background-color: #1F2421;
}

.text-deep-teal {
    color: #216869;
}

.bg-deep-teal {
    background-color: #216869;
}

.text-sage-green {
    color: #49A078;
}

.bg-sage-green {
    background-color: #49A078;
}

.text-light-sage {
    color: #9CC5A1;
}

.bg-light-sage {
    background-color: #9CC5A1;
}

.text-soft-grey {
    color: #DCE1DE;
}

.bg-soft-grey {
    background-color: #DCE1DE;
}

/* Sticky Header Scroll Effect helper class */
.glass-header.scrolled {
    background: rgba(220, 225, 222, 0.85);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(156, 197, 161, 0.2);
}