/*
Theme Name: Lidot Marketing
Theme URI: https://lidotmarketing.com
Author: Lidot Marketing
Author URI: https://lidotmarketing.com
Description: Custom WordPress theme for Lidot Marketing — AI Automation & Growth Agency. Vancouver, BC.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: Proprietary
License URI: https://lidotmarketing.com
Text Domain: lidot-marketing
Tags: one-page, marketing, landing-page, tailwindcss

==========================================================================
Lidot Marketing — Custom Theme
Built to match the approved index.html design.
All layout styles are loaded via Tailwind CDN + inline styles in templates.
This file registers the theme with WordPress.
==========================================================================
*/

/* Base resets — full styles are inline in templates via Tailwind + custom CSS */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: #2B2D2F; color: #EFEFEF; font-family: 'Inter', sans-serif; -webkit-font-smoothing: antialiased; }
