/*
Theme Name: SOLTRAF Custom Theme
Theme URI: https://soltraf.com
Author: SOLTRAF Engineering
Author URI: https://soltraf.com
Description: A premium engineering-focused theme for SOLTRAF - Soluciones Técnicas.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: soltraf
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap');

:root {
    --primary-color: #2a9d5c;
    --secondary-color: #38b472;
    --text-color: #1d2124;
    --text-light: #57606f;
    --bg-white: #ffffff;
    --bg-gray: #f8faf9;
    --accent-blue: #227093;
    --glass: rgba(255, 255, 255, 0.9);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* El resto de tus estilos se cargará dinámicamente */