/*
Theme Name: Importadrinks Spirit
Theme URI: https://importadrinksspirit.es/
Author: Importadrinks Spirit SL
Author URI: https://importadrinksspirit.es/
Description: Premium, translation-ready WordPress theme for an international B2B importer, exporter, wholesaler and bulk trader of spirits, wine and alcoholic beverages. Built for corporate presentation of sourcing, import, export, wholesale distribution and global trade services.
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: importadrinks-spirit
Tags: business, corporate, custom-logo, custom-menu, featured-images, translation-ready, threaded-comments, accessibility-ready, block-styles, wide-blocks

Importadrinks Spirit is a bespoke corporate theme. The design tokens below are the
foundation of the visual system; the complete design system lives in
assets/css/main.css and is enqueued after this file.
*/

:root {
	/* Brand colours derived from the Importadrinks Spirit logo */
	--ids-red: #b4231d;
	--ids-red-dark: #93201b;
	--ids-red-soft: #d9564f;
	--ids-navy: #0c1836;
	--ids-navy-deep: #070f26;
	--ids-navy-soft: #17264d;
	--ids-gold: #ba8a42;
	--ids-gold-light: #d8b579;

	/* Neutrals */
	--ids-ivory: #faf7f1;
	--ids-paper: #ffffff;
	--ids-ink: #1a1e28;
	--ids-body: #4c5364;
	--ids-muted: #767d8d;
	--ids-line: #e6e1d7;
	--ids-line-dark: rgba(255, 255, 255, 0.14);

	/* Typography */
	--ids-font-display: "Playfair Display", "Times New Roman", Georgia, serif;
	--ids-font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

	/* Layout */
	--ids-container: 1220px;
	--ids-container-narrow: 860px;
	--ids-gutter: clamp(1.25rem, 4vw, 2.5rem);
	--ids-section: clamp(4rem, 8vw, 7.5rem);
	--ids-radius: 4px;
	--ids-radius-lg: 10px;

	/* Effects */
	--ids-shadow-sm: 0 2px 10px rgba(12, 24, 54, 0.06);
	--ids-shadow: 0 18px 44px rgba(12, 24, 54, 0.1);
	--ids-shadow-lg: 0 32px 70px rgba(12, 24, 54, 0.18);
	--ids-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
	--ids-header-h: 84px;
}
