body {
  font-family: "Futura";
}

:root {
  /* colors */
  --base: #fff;
  --base-aux: #ffff;
  --secondary: #282828;
  --lighter-base: #c5c5c5;
  --newsletter-color: black;
  --button-font-color: #ffffff;
  --button-font-color-hover: #1E1E1E;

  /* fonts */
  --base-font-size: 14px;
  --base-line-height: 24px;
  --base-font-weight: 400;
  --title-font-size: 30px;
  --title-line-height: 36px;
  --body-font-size: 12px;
  --body-line-height: 16px;
  --group-font-size: 22px;
  --group-line-height: 28px;
  --groups-font-weight: 700;
  --slider-font-size: 18px;
  --slider-font-weight: 500;
  --slider-line-height: 26px;
  --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: 2px;
  --menu-height: 98px;
  --web-container: 92%;
  --home-container: 92%;
  --shop-grid-items: repeat(5, 1fr);
  --shop-grid-items-mobile: repeat(1, 1fr);
  --web-background: #000;
  --header-promo-height: 28px;
  --icons-invert: invert(1);
  --specs-margin-bottom: 15px;

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