:root {

    /* Colores principales */
    --primary-color: #1F2A44;
    --secondary-color: #2E3B5E;
    --accent-color: #4F6D9A;

    /* Fondos */
    --background-color: #f4f6f9f8;
    --card-background: #FFFFFF;
    --footer-background: #1A2238;

    /* Texto */
    --text-primary: #212529;
    --text-light: #fffb00;

    /* Sombras */
    --shadow-soft: 0 4px 12px rgba(0, 0, 0, 0.08);
}