/*
Theme Name: The Holidave
Theme URI: https://theholidave.com
Author: The Holidave
Author URI: https://theholidave.com
Description: Custom travel agency theme for The Holidave. Manages packages, categories, visa services, and enquiries entirely from the WordPress admin panel. No plugins required except ACF.
Version: 1.0.0
License: Private
Text Domain: theholidave
*/

/* Theme base — actual styles are in /css/ files */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: #F2F2F0; }
img { max-width: 100%; height: auto; }
a { text-decoration: none; }
