/*
File: theme.css
Domain: nykaafashion
Author: UI Team
Version: 1.0.3
Date: 23 May 2025
*/

:root {
  --primary-color: rgba(0, 19, 37, 1);
  --secondary-color: rgba(253, 118, 133, 1);
  --tertiary-color: rgba(0, 19, 37, 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);
}
