/*
Theme Name: Fengyi Packaging
Theme URI: https://www.fengyipackage.com/
Author: Foshan Fengyi Paper Packaging Co., Ltd.
Description: A lightweight Gutenberg block theme for a premium B2B paper printing and packaging manufacturer.
Version: 2.14.9
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: fengyi
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Shared design tokens for the Fengyi block theme. */
:root {
	--fy-container: 1240px;
	--fy-reading: 720px;
	--fy-navy: #12313d;
	--fy-orange: #c86732;
	--fy-bg: #f8f6f1;
	--fy-bg-soft: #f0f2ee;
	--fy-muted: #52636b;
	--fy-section-space: clamp(5rem, 8vw, 7.5rem);
	--fy-space-xs: 0.5rem;
	--fy-space-sm: 1rem;
	--fy-space-md: 1.5rem;
	--fy-space-lg: clamp(2.5rem, 5vw, 4.5rem);
	--fy-space-xl: clamp(4.5rem, 8vw, 7.5rem);
	--fy-radius-sm: 8px;
	--fy-radius-md: 14px;
	--fy-radius-lg: 20px;
	--fy-text: #12313d;
	--fy-text-muted: #52636b;
	--fy-border: #d9ded9;
	--fy-background-soft: #f0f2ee;
	--fy-primary: #c86732;
	--fy-shadow: 0 16px 42px rgba(18, 49, 61, 0.08);
}
