/*
Theme Name: Zaufany Stitch
Theme URI: https://zaufany.in/
Author: Zaufany Design
Author URI: https://zaufany.in/
Description: A modern, high-end editorial block theme for Zaufany based on the Precision Architect design system.
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.0
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: zaufany-stitch
Tags: block-theme, full-site-editing, modern, data, ai, editorial
*/

/* Custom styles for Tailwind overrides or things Tailwind can't do natively without the exact class */
.glass-nav {
	backdrop-filter: blur(20px);
}
.editorial-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
}
.scale-98:active {
	transform: scale(0.98);
}
