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