/*
Theme Name: SANTAI STAYS
Theme URI: https://santaistays.com
Author: SANTAI STAYS
Author URI: https://santaistays.com
Description: Custom theme for SANTAI STAYS — Bali luxury villa booking. Mobile-first, SEO-ready, Elementor-compatible hybrid theme.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: santai-theme
Tags: custom-logo, custom-menu, featured-images, full-width-template, one-column, theme-options, translation-ready
*/

/* ============================================
   CSS CUSTOM PROPERTIES (Design Tokens)
   ============================================ */
:root {
    /* Primary palette */
    --st-deep-teal: #0F4C51;
    --st-mid-teal: #77A29B;
    --st-sage: #A8C4B8;
    --st-sand: #EBE9DD;
    --st-charcoal: #1A1A1A;
    --st-white: #FFFFFF;

    /* Accent palette */
    --st-coral: #D19A78;
    --st-terracotta: #DC7F69;
    --st-warm-white: #F7F5EF;
    --st-light-gray: #D4D2C8;
    --st-border: #E5E5E5;

    --st-font-heading: 'Josefin Sans', serif;
    --st-font-body: 'Inter', sans-serif;

    --st-header-height: 64px;
    --st-header-height-mobile: 50px;
    --st-max-width: 1200px;
    --st-gutter: 24px;
    --st-gutter-mobile: 16px;
    --st-radius: 8px;
    --st-shadow: 0 2px 12px rgba(0,0,0,0.08);
    --st-shadow-hover: 0 8px 24px rgba(15,76,81,0.12);
    --st-transition: 0.3s ease;
}
