/*
Theme Name: Autotrasporti Cavazzini Custom Theme
Theme URI: https://autotrasporticavazzini.it/
Author: Federico Deserti
Description: Custom high-fidelity WordPress theme for Autotrasporti Cavazzini SRL with ACF Local JSON configuration and pixel-perfect design.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cavazzini-theme
*/

/* Reset & Global Design Tokens */
:root {
	/* Color Palette */
	--color-text-primary: #333333;
	--color-text-secondary: #181820;
	--color-text-tertiary: #ffffff;
	--color-text-inverse: #112770;
	--color-surface-base: #ffffff;
	--color-surface-dark: #000000;
	--color-surface-strong: #627598;
	--color-accent: #7DA0FD;
	--color-accent-hover: #507ffc;
	
	/* Spacing Scale */
	--space-1: 5px;
	--space-2: 7.5px;
	--space-3: 8px;
	--space-4: 9px;
	--space-5: 12px;
	--space-6: 14.4px;
	--space-7: 15px;
	--space-8: 16px;
	
	/* Motion Duration */
	--motion-instant: 300ms;
	--motion-fast: 400ms;
	--motion-normal: 500ms;
	--motion-slow: 1000ms;
}
