/*
Theme Name: PROePLA Theme
Theme URI: https://proepla.blancoyenbatea.com
Description: Custom WordPress theme for PROePLA, built with Tailwind CSS concepts.
Author: Jose Blanco
Author URI: https://proepla.blancoyenbatea.com
Version: 3.3
Text Domain: proepla-theme
*/

/* Base Reset (Simple reset until full Tailwind integration) */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.5;
    background-color: #ffffff;
    color: #1a1a1a;
}
