:root {
  --primary-color: #d9bba3;
  --secondary-color: #8c6b4b;
  --accent-color: #f4a261;
  --font-main: 'Helvetica Neue', Arial, sans-serif;
}

.collection-list-wrapper {
  background-color: rgb(var(--color-background));
}
