/*
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: 1.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: #0e5a8a;
    --color-secondary: #f7f9fb;
    --color-accent: #e8772a;
    --color-accent-light: #fde8d4;
    --color-text: #2a3440;
    --color-text-muted: #5f7082;
    --color-link: #1872b0;
    --color-white: #ffffff;
    --color-border: #dde4ea;
    --color-ocean: #1872b0;
    --font-body: 'Raleway', Arial, sans-serif;
    --max-width: 1280px;
    --nav-height: 72px;
}
