/*
Theme Name: SlaipTheme
Theme URI: https://example.com/slaip-theme
Author: GitHub Copilot
Author URI: https://github.com
Description: Un tema de WordPress personalizado para un congreso científico, utilizando Bootstrap 5 y Sass.
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: slaiptheme
Tags: one-column, custom-colors, custom-menu, featured-images
*/

/* Reset básico o estilos generales si es necesario antes de cargar Bootstrap */
body {
  background-color: #f8f9fa;
}
