/*
Theme Name: Best Buy Auto Recycling Theme
Theme URI: https://bestbuyautorecycling.com
Author: AI Automation Engineering
Description: High-performance mobile-optimized dark-mode theme for Best Buy Auto Recycling. Tailwind-driven industrial scrap & vehicle logistics design.
Version: 1.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: best-buy-auto
*/

/* -----------------------------------------------------------------------
   This file only carries the required WordPress theme header plus a tiny
   base reset. All design/component CSS lives in assets/css/theme.css
   (enqueued in functions.php) to keep concerns separated and avoid
   duplicate rules.
   ----------------------------------------------------------------------- */

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* NOTE: global `scroll-behavior: smooth` was intentionally removed. It made
   wheel/trackpad scrolling animated ("delayed"), which was the main scroll-lag
   complaint. Smooth scrolling now happens only on anchor clicks (see main.js). */

body {
    margin: 0;
    overflow-x: hidden;
    width: 100%;
}

/* Accessibility: visible focus outline for keyboard users */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid #17F217;
    outline-offset: 2px;
}
