body {
  font-family: "AlbertSans";
}

:root {
  /* colors */
  --base: #4d4d4d;
  --base-aux: #ffff;
  --secondary: #008d67;
  --lighter-base: #c5c5c5;
  --newsletter-color: #008d67;
  --button-font-color: #ffffff;
  --button-font-color-hover: #4d4d4d;
  --gradient: linear-gradient(21deg, #00a870 0%, #12b766 85%, #37d753 100%);
  --offer-light-color: #ff671826;
  --offer-color: #ff6718;
  --terciary: #35d151;

  /* fonts */
  --quaternary: #235142;
  --base-font-size: 15px;
  --base-line-height: 21px;
  --base-font-weight: 400;
  --title-font-size: 40px;
  --title-line-height: 45px;
  --body-font-size: 12px;
  --body-line-height: 16px;
  --group-font-size: 27px;
  --group-line-height: 28px;
  --groups-font-weight: 400;
  --slider-font-size: 18px;
  --slider-font-weight: 600;
  --slider-line-height: 20px;
  --button-font-size: 16px;
  --button-font-weight: 500;
  --prices-font-weight: 500;
  --custom-titles-font-weight: 600;
  --spec-title-font-weight: 600;

  /*only when needed*/
  --letter-spacing: 0px;
  --menu-height: 98px;
  --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: 14px;
  --border-radius-small: 4px;
  --border-radius-full: 30px;
  --header-icons-height: 19px;
  --santander: #e42313;
  --itau: #ff5300;
  --bbva: #1a5493;
  --scotia: #ed0722;
  --scotiaBlack: #000000;
  --main-img-product: 1/1;
  --slider-nav-aspect-ratio: 111/416;
}

@media screen and (max-width: 768px) {
  :root {
    --groups-font-weight: 800;
    --base-font-size: 14px;
    --base-line-height: 18px;
    --main-img-product: 1/1.1;
  }
}
