/* 
Theme Name: Cerbera Gallery
Theme URI: https://cerberagallery.com
Description: Cerbera Gallery Theme
Author: Jay Patel @ 3dRex Studios
Author URI: https://cerberagallery.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: cerberagallery
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ──────────────────────────────────────────────────────────────────────────
   Cerbera Gallery — global design tokens (single source of truth).
   Consumed by the Cerbera plugins (artists/shop/single/category) and the
   child-theme WooCommerce CSS. Keep in sync with the product/category design.
   ────────────────────────────────────────────────────────────────────────── */
:root {
	--color-text:        #141414; /* ink   */
	--color-muted:       #737373;
	--color-faint:       #a3a3a3;
	--color-border:      #e6e6e6; /* hairline */
	--color-bg:          #ffffff;
	--color-bg-subtle:   #faf9f6; /* warm off-white */
	--color-gold:        #e2a336;
	--color-gold-light:  #e8b84b;

	--font-serif:        "Cormorant Garamond", Georgia, "Times New Roman", serif;
	--font-sans:         "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
	--transition-base:   0.22s ease;
}

/* Add your custom styles here */

#payment ul.payment_methods li label {
display: inline-block !important;
}