/*
Theme Name: Roars
Theme URI: https://example.com/roars
Author: User
Author URI: https://example.com
Description: A gold/dark premium mobile-first theme converted from UI design.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: roars
Tags: mobile-first, dark-mode, gold, ecommerce
*/

/* 
   Tailwind is loaded via CDN for this version.
   Custom styles can be added here if needed to override Tailwind or for WP specific classes.
*/

html {
    scroll-behavior: smooth;
}

/* Ensure admin bar doesn't overlap sticky nav if logged in */
.admin-bar nav.sticky {
    top: 63px !important;
    /* 32px admin bar + 31px original top */
}

@media screen and (max-width: 782px) {
    .admin-bar nav.sticky {
        top: 77px !important;
        /* 46px admin bar + 31px original top */
    }
}