/*
File: theme.css
Domain: nykaaman
Author: UI Team
Version: 1.0.3
Date: 11 June 2025
*/

:root {
  --primary-color: rgba(0, 50, 67, 1);
  --secondary-color: rgba(30, 107, 123, 1);
  --tertiary-color: rgba(0, 50, 67, 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;
}
