/*
Theme Name: Custom Horizon ACF Theme
Theme URI: https://example.com
Author: Custom
Author URI: https://example.com
Description: Custom WordPress theme with ACF support, based on Hostinger Horizons export structure.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: custom-horizon-acf-theme
*/

/* CSS variables required by Horizon built CSS (Tailwind/shadcn-style) */
:root {
	--background: 0 0% 100%;
	--foreground: 222.2 84% 4.9%;
	--border: 214.3 31.8% 91.4%;
	--input: 214.3 31.8% 91.4%;
	--ring: 222.2 84% 4.9%;
	--radius: 0.5rem;
	--primary: 0 84% 60%;
	--primary-foreground: 0 0% 100%;
	--secondary: 210 40% 96.1%;
	--secondary-foreground: 222.2 47.4% 11.2%;
	--destructive: 0 84% 60%;
	--destructive-foreground: 0 0% 100%;
	--muted: 210 40% 96.1%;
	--muted-foreground: 215.4 16.3% 46.9%;
	--accent: 210 40% 96.1%;
	--accent-foreground: 222.2 47.4% 11.2%;
	--popover: 0 0% 100%;
	--popover-foreground: 222.2 84% 4.9%;
	--card: 0 0% 100%;
	--card-foreground: 222.2 84% 4.9%;
}
