/*
Theme Name: Royal Pizza
Theme URI: https://royal-pizza.local/
Author: Royal Pizza
Author URI: https://royal-pizza.local/
Description: Двомовна тема (PL/UA) для піцерії Royal Pizza. Темний дизайн, Anton + Inter Tight, WooCommerce-каталог, ACF PRO, Polylang.
Version: 1.1.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: royal-pizza
Domain Path: /languages
Tags: restaurant, pizza, woocommerce, multilingual, custom-menu, custom-logo, featured-images, translation-ready, responsive
*/

/* Дизайн-токени з Figma. Реальні стилі — в assets/css/main.css */
:root {
    /* Backgrounds */
    --rp-bg: #17181C;
    --rp-bg-card: #252525;
    --rp-bg-contact: #700DDB;

    /* Brand */
    --rp-gold: #EEA725;
    --rp-yellow: #FFBB3E;
    --rp-yellow-glow: 0 0 18px 0 rgba(255, 187, 62, 0.56);

    /* Text */
    --rp-text: #FFFFFF;
    --rp-text-soft: #FFE6B1;
    --rp-text-muted: #D9D9D9;
    --rp-text-muted-2: #BFBFBF;
    --rp-text-faded: #A0A0A0;
    --rp-text-copyright: #5F5F5F;

    /* Accents */
    --rp-purple: #9337F7;
    --rp-purple-active: #8A25F7;
    --rp-price-bg: #876825;
    --rp-cat-inactive-bg: #EFEFEF;
    --rp-cat-inactive-text: #000000;
    --rp-overlay: rgba(37, 37, 37, 0.56);

    /* Radii */
    --rp-r-xs: 6px;
    --rp-r-sm: 8px;
    --rp-r-md: 12px;
    --rp-r-lg: 30px;

    /* Typography families */
    --rp-font-display: 'Anton', 'Arial Black', sans-serif;
    --rp-font-body: 'Inter Tight', 'Inter', system-ui, sans-serif;

    /* Layout */
    --rp-container-max: 1440px;
    --rp-gutter: clamp(16px, 4vw, 40px);
    --rp-gutter-lg: clamp(20px, 6vw, 80px);
}
