:root{
    --color-text:#666;
    --color-title:#777;

    --color-soft:#cfcfcf;
    --color-dark:#383838;

    --color-bg-body:#f8f8f8;
    --color-bg-light:#f8f8f8;
    --color-bg-dark:#444444;

    --color-white:#fff;
    --color-black:#000000;

    --fuente-principal:'Great Vibes',cursive;
    --fuente-general:'Montserrat',sans-serif;
}