/*
Theme Name: AADP - Atletismo Portalegre
Theme URI: https://aadp.pt
Author: AADP Development Team
Author URI: https://aadp.pt
Description: Tema personalizado para a Associação de Atletismo do Distrito de Portalegre com design moderno e responsivo
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aadp
Tags: sports, athletics, modern, responsive, tailwind

AADP WordPress Theme
*/

/* 
Este tema utiliza Tailwind CSS via CDN para manter o visual exatamente igual ao React.
Os estilos específicos estão no arquivo inline do header.php
*/

/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
}
