/*
Theme Name: Team Mazda Costa
Theme URI: https://teammazda.sintrapresiali.org
Description: Tema personalizado para el club de automóviles Team Mazda Costa. Diseño moderno, responsive y optimizado para SEO. Inspiración japonesa con estética Mazda.
Version: 1.0.0
Author: Team Mazda Costa
Author URI: https://teammazda.sintrapresiali.org
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: teamazda
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, responsive-design, automotive
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
*/

/*--------------------------------------------------------------
>>> TABLA DE CONTENIDOS:
----------------------------------------------------------------
1.0 - Reset y Normalize
2.0 - Tipografía
3.0 - Elementos Generales
--------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

/* Aquí van más estilos - por ahora dejémoslo así para probar */