/* ===============================
   AGRODISER - VARIABLES GLOBALES
================================= */

:root{

    /* Colores */

    --primary-color:#2E7D32;
    --primary-light:#66BB6A;

    --secondary-color:#F9A825;

    --dark:#1F2937;

    --gray:#6B7280;

    --light:#F7F8FA;

    --white:#FFFFFF;

    /* Tipografía */

    --font-title:'Poppins',sans-serif;

    --font-text:'Inter',sans-serif;

    /* Espaciados */

    --section-padding:100px;

    --border-radius:12px;

    --transition:.3s ease;

    /* Sombras */

    --shadow:0 8px 30px rgba(0,0,0,.08);

}