:root {
  --font-libra: 'lato-regular';
  --unset-color: #808080;
  --background-color: #D3D3D3; }

.article-product-card {
  background-color: var(--background-color); }
  .article-product-card__name {
    color: var(--unset-color);
    font-family: var(--font-libra); }
  .article-product-card a.article-product-card__button {
    color: var(--unset-color);
    font-family: var(--font-libra); }

/*# sourceMappingURL=articleProductCard.css.map*/