/*
Theme Name: Asia Finest
Theme URI: https://asia-finest.de
Author: Asia Finest
Author URI: https://asia-finest.de
Description: Premium travel agency theme for curated Southeast Asia experiences. Dark-first design with Bold Builder integration.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: asia-finest
Tags: custom-menu, custom-logo, featured-images, threaded-comments, translation-ready

Asia Finest – Handgefertigte Erlebnisreisen nach Südostasien.
*/

/* ==========================================================================
   Design Tokens (CSS Custom Properties)
   ========================================================================== */

:root {
    /* Colors */
    --af-obsidian: #101010;
    --af-gold: #805808;
    --af-ivory: #F8F8F8;
    --af-sand: #E7DDC8;
    --af-stone: #B7B1A7;
    --af-jungle: #1F2A24;

    /* Typography */
    --af-serif: "Cormorant Garamond", Georgia, serif;
    --af-sans: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

    /* Layout */
    --af-max: 1200px;
    --af-radius: 18px;
    --af-shadow: 0 16px 40px rgba(0, 0, 0, .25);

    /* Spacing */
    --af-space-compact: 32px;
    --af-space-normal: 48px;
    --af-space-large: 80px;

    /* Opacity helpers */
    --af-ivory-82: rgba(248, 248, 248, .82);
    --af-ivory-78: rgba(248, 248, 248, .78);
    --af-ivory-76: rgba(248, 248, 248, .76);
    --af-ivory-70: rgba(248, 248, 248, .70);
    --af-ivory-60: rgba(248, 248, 248, .60);
    --af-ivory-10: rgba(248, 248, 248, .10);
    --af-ivory-08: rgba(248, 248, 248, .08);
    --af-ivory-06: rgba(248, 248, 248, .06);
    --af-ivory-04: rgba(248, 248, 248, .04);
    --af-gold-55: rgba(128, 88, 8, .55);
    --af-gold-45: rgba(128, 88, 8, .45);
    --af-gold-08: rgba(128, 88, 8, .08);
}
