/*
Theme Name: Party Boat Sydney Harbour
Theme URI: https://partyboatsydneyharbour.com.au
Author: Party Boat Sydney Harbour
Description: Custom theme for Party Boat Sydney Harbour — boat hire for parties on Sydney Harbour.
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: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: partyboat

Party boat hire on Sydney Harbour — birthdays, hens, bucks, corporate and more.
*/

:root {
    /* Colours */
    --navy: #0a1628;
    --navy-light: #1a2a44;
    --teal: #0ea5e9;
    --teal-dark: #0284c7;
    --teal-light: #38bdf8;
    --white: #ffffff;
    --sand: #f8f6f0;
    --sand-dark: #ede9df;
    --grey-100: #f7f7f8;
    --grey-200: #e5e7eb;
    --grey-400: #9ca3af;
    --grey-600: #4b5563;
    --grey-800: #1f2937;
    --gold: #d4a853;

    /* Typography */
    --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-heading: 'Cormorant Garamond', Georgia, serif;

    /* Spacing */
    --space-xs: 0.5rem;
    --space-sm: 1rem;
    --space-md: 1.5rem;
    --space-lg: 2.5rem;
    --space-xl: 4rem;
    --space-2xl: 6rem;

    /* Layout */
    --max-width: 1200px;
    --radius: 12px;
    --radius-lg: 16px;

    /* Shadows */
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.1);
    --shadow-lg: 0 8px 30px rgba(0,0,0,0.12);
    --shadow-hover: 0 12px 40px rgba(0,0,0,0.15);

    /* Transitions */
    --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
