/*
* ===================================================
*     1. PROPIEDADES PERSONALIZADAS ( VARIABLES ) 
* ===================================================
*/

:root {
    --white-color: #ffffff;
    --primary-color: #9c3820;
    --secondary-color: #851b11;
    --soft-color: #eedcd8;
    --section-bg-color: #fff6ee;
    --site-footer-bg-color: #9c3820;
    --custom-btn-bg-color: #991732;
    --custom-btn-bg-hover-color: #997179;
    --dark-color: #9c3820;
    --p-color: #9c3820;
    --border-radius-large: 30px;
    --border-color: #e9eaeb;
    --color-number: #fff;
    --color-text: #61130D;
    --details-text: #89351f;
    --body-font-family: 'Questrial', sans-serif;
    --link-grande-deleim: #004e9a;
    --link-renew-peel: #851B11;

}
