:root{
    --color-text:#666;
    --color-title:#777;

    --color-soft:#b7d8ff;
    --color-dark:#2563c9;

    --color-bg-body:#f8f8f8;
    --color-bg-light:#f3f8ff;
    --color-bg-dark:#4d8dff;

    --color-white:#fff;
    --color-black:#000000;

    --fuente-principal:'Great Vibes',cursive;
    --fuente-general:'Montserrat',sans-serif;
}