/*
Theme Name: SportRCBike
Theme URI: https://tusitio.com
Author: TecniSolvers
Description: Racing Sport Bike.
Version: 1.0.0
License: GNU General Public License v2 or later
*/

/*
Theme Name: sportRCBike
Text Domain: sportrcbike
Version: 1.0.0
*/

/* --- Reset & Variables Básicas --- */
:root {
    --bg-header: #fbfbfa; /* El tono blanco roto/crema sutil del mockup */
    --text-color: #0f172a; /* Azul oscuro/negro tipográfico muy limpio */
    --font-weight-bold: 700;
    --transition-smooth: all 0.3s ease;
}

body {
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

