:root {
  /* heycar mint color */

  /* mica blue color */

  /* sunbeam blue color */

  /* mustang yellow color */

  /* old ferrari red color */

  /* -- fantasy name of "green" color to be defined -- */

  /* -- fantasy name of "whatsapp" color to be defined -- */

  /* -- fantasy name of "red" color to be defined -- */

  /* tarmac grey color */
  --color-tarmac-grey-700: #303030;

  /* brand colors */
}
/* Depricated. Do Not Use */
:root {
  /* Font families */

  /* Font weights */
}
/*
  Heading
*/
/*
  Sub-Heading
*/
/*
  Body
*/
/*
  Caption
*/
/*
  Overline
*/
/*
  Button
*/
/*
  Button Old - DO NOT USE
*/
/* If this is ever changed please update breakpoints.json as well */
/* Mobile */
/* Tablet */
/* Desktop */
/* Default theme (light) */
:root {
  /*
    Colors
  */
  --color-neutral-700: var(--color-tarmac-grey-700);

  /*
    Sizes
  */
}
body {
  color: var(--color-neutral-700);
}
.app-store-button__wrapper_16zdn {
  display: inline-block;
  height: 40px;
}
.app-store-button__wrapper_16zdn img {
    max-height: 100%;
    width: auto;
  }
.app-store-button__wrapper_16zdn.app-store-button__apple_16zdn {
    width: 120px;
  }
.app-store-button__wrapper_16zdn.app-store-button__google_16zdn {
    width: 135px;
  }
