body {
    font-family: "AlbertSans";
}


:root {
    /* colors */
    --base: #596840;
    --base-aux: #F9F9F9;
    --secondary: #596840;
    --lighter-base: #c5c5c5;
    --newsletter-color: #F4E8DB;
    --button-color: #F2F4F0;
    --button-font-color: #F9F9F9;
    --button-font-color-hover: #596840;

    /* fonts */
    --base-font-size: 14px;
    --base-line-height: 20px;
    --base-font-weight: 400;
    --title-font-size: 44px;
    --title-line-height: 53px;
    --body-font-size: 12px;
    --body-line-height: 16px;
    --group-font-size: 22px;
    --group-line-height: 28px;
    --groups-font-weight: 600;
    --slider-font-size: 18px;
    --slider-font-weight: 500;
    --slider-line-height: 20px;
    --button-font-size: 16px;
    --button-font-weight: 500;
    --prices-font-weight: 600;
    --custom-titles-font-weight: 600;
    --spec-title-font-weight: 600;




    /*only when needed*/
    --letter-spacing: 0px;
    --menu-height: 128px;
    --web-container: 94%;
    --home-container: 94%;
    --shop-grid-items: repeat(4, 1fr);
    --shop-grid-items-mobile: repeat(1, 1fr);
    --web-background: #F9F9F9;
    --header-promo-height: 28px;

    /* fiexd vars */
    --border-radius: 50px;
    --border-radius-small: 8px;
    --header-icons-height: 19px;
    --santander: #e42313;
    --itau: #FF5300;
    --bbva: #1a5493;
    --scotia: #ed0722;
    --scotiaBlack: #000000;
    --main-img-product: 180/248;
    --slider-nav-aspect-ratio: 111/472;
}