/*
File: theme.css
Domain: nykaa
Author: UI Team
Version: 1.0.5
Date: 10 Apr 2025
*/

:root {
  --primary-color: rgba(232, 0, 112, 1);
  --secondary-color: rgba(232, 0, 112, 0.6);
  --tertiary-color: rgba(232, 0, 112, 0.1);
  --primary-text-color: rgba(0, 19, 37, 0.92);
  --secondary-text-color: rgba(0, 19, 37, 0.64);
  --tertiary-text-color: rgba(0, 19, 37, 0.16);
  --color-white: rgba(255, 255, 255, 1);
  --color-black: rgba(0, 0, 0, 1);
  --color-discount: rgba(6, 135, 67, 1);
  --shimmer-background: rgba(240, 240, 240, 1);
  --shimmer-animation-color: rgba(255, 255, 255, 0.5);
}

/*Removed top space for footer*/
#app footer {
  margin-top: 0 !important;
}
