/*
Theme Name: Momentum Coffee
Theme URI: https://momentumcoffee.pl
Author: Momentum Coffee
Author URI: https://momentumcoffee.pl
Description: Motyw subskrypcji kawy specialty — agregator polskich palarni. Ciemny, nowoczesny design z ciepłymi akcentami. Zbudowany od zera pod WooCommerce Subscriptions.
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: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: momentumcoffee
Tags: e-commerce, woocommerce, dark, subscription, coffee, custom-logo, custom-menu, featured-images

Momentum Coffee — Kuratorski wybór najlepszej kawy z polskich palarni specialty.
*/

/* ============================================ */
/* CSS VARIABLES (Global Design Tokens)         */
/* ============================================ */
:root {
    /* Kolory */
    --bg-primary:     #1A1614;
    --bg-secondary:   #241F1C;
    --bg-card:        #2E2724;
    --bg-footer:      #141110;
    --accent:         #C8956C;
    --accent-hover:   #D4A87E;
    --accent-glow:    rgba(200, 149, 108, 0.15);
    --cream:          #F5F0EB;
    --text-muted:     #A89B91;
    --white:          #FFFFFF;
    --success:        #7AB87A;
    --gold:           #D4A843;
    --border-subtle:  rgba(168, 155, 145, 0.12);

    /* Typografia */
    --font-heading:   'Playfair Display', Georgia, serif;
    --font-body:      'Inter', -apple-system, sans-serif;
    --font-mono:      'JetBrains Mono', 'Fira Code', monospace;

    /* Spacing */
    --section-py:     120px;
    --container-px:   24px;
    --container-max:  1200px;

    /* Misc */
    --radius-sm:      8px;
    --radius-md:      12px;
    --radius-lg:      16px;
    --radius-xl:      24px;
    --shadow-card:    0 4px 24px rgba(0, 0, 0, 0.3);
    --transition:     0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
