/*
 * IEU Portal - Variables globales
 * Paso 1 de la modularizacion CSS.
 * Mantiene el orden original de las declaraciones :root.
 */

:root {
    --blue:#0B2D5E;
    --blue2:#1F4B99;
    --green:#69B42E;
    --gold:#D6A324;
    --gold2:#B88718;
    --ink:#13213A;
    --muted:#637086;
    --soft:#F7F9FC;
    --line:#E7ECF3;
    --shadow:0 18px 45px rgba(15,35,70,.10);
    --shadow2:0 24px 60px rgba(15,35,70,.16)
}

:root {
    --green:#69B42E;
    --green-dark:#4E9420
}

:root {
    --blue:#0B2D5E;
    --blue2:#1F4B99;
    --green:#69B42E;
    --green-dark:#4E9420;
    --gold:#D6A324;
    --gold2:#B88718;
    --ink:#13213A;
    --muted:#637086;
    --soft:#F7F9FC;
    --line:#E7ECF3;
    --shadow:0 18px 45px rgba(15,35,70,.10);
    --shadow2:0 24px 60px rgba(15,35,70,.16)
}

:root {
    --ieu-blue:#0B2D5E;
    --ieu-blue-dark:#061D42;
    --ieu-gold:#D6A324;
    --ieu-gold-dark:#B88718;
    --ieu-green:#69B42E;
    --ieu-ink:#13213A;
    --ieu-muted:#64728A;
    --ieu-line:#E7ECF3;
    --ieu-soft:#F7F9FC;
    --ieu-shadow:0 18px 45px rgba(15,35,70,.10);
}
