/*
Theme Name: House With A Boat
Theme URI: https://housewithaboat.com
Author: House With A Boat
Description: Custom theme for House With A Boat vacation rentals in Port Charlotte and Cape Coral, FL.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: housewithaboat
*/

:root {
    --color-primary: #0d1b2a;
    --color-secondary: #f8fafc;
    --color-accent: #2563eb;
    --color-accent-dark: #1d4ed8;
    --color-accent-light: #eff6ff;
    --color-text: #1e293b;
    --color-text-muted: #64748b;
    --color-link: #2563eb;
    --color-white: #ffffff;
    --color-border: #e2e8f0;
    --color-ocean: #0ea5e9;
    --font-body: 'Inter', Arial, sans-serif;
    --max-width: 1280px;
    --nav-height: 72px;
    --radius: 10px;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.07), 0 1px 2px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.10);
    --shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.14);
}
