/*
Theme Name: Smart Redirect Theme
Theme URI: https://dany.net
Author: Dani Tadmori
Author URI: https://dany.net
Description: A lightweight WordPress theme with intelligent redirect management. Supports Simple and Provisioned (date-based) redirects with full UTM tracking, powered by ACF.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Private
License URI: #
Text Domain: smart-redirect
*/

/* =========================================================
   FRONT-END BASE STYLES
   Only used on pages that are NOT redirecting.
   Keep this minimal — this theme's job is to redirect.
   ========================================================= */

*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #1a1a1a;
	background: #fff;
}

.site-container {
	max-width: 900px;
	margin: 0 auto;
	padding: 3rem 1.5rem;
}

a {
	color: #1769E6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
