/*
Theme Name: GB24 Landing Page
Theme URI: https://gb24.co.uk
Author: Gemini AI
Author URI: https://google.com
Description: A high-conversion landing page theme for GB24.co.uk.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gb24-landing
*/

/* NOTE: This theme uses Tailwind CSS via CDN for styling.
  Most styles are handled in the index.php classes.
  This file is primarily for the WordPress Theme declaration.
*/

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* WordPress Admin Bar Fixes */
body.admin-bar nav {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    body.admin-bar nav {
        top: 46px !important;
    }
}