:root {
  /* Primary Theming */
  --main-bg:        #290000;
  /* Deep black-red background for a rich, romantic feel */
  --body-text:      #ffebeb;
  /* Soft pinkish-white for elegant readability */
  --accent-color:   #c70039;
  /* Deep crimson for striking accents */
  --accent-hover:   #ff165d;
  /* Vibrant red for interactive elements */
  /* Additional / Utility Colors */
  --dropzone-border:#8b0000;
  /* Dark red to blend with the theme */
  --thumb-border:   #ffd700;
  /* Gold to add a touch of luxury */
  --upload-bg:      #1a0000;
  /* Deep near-black for subtle contrast */
  --upload-text:    #ffd700;
  /* Gold text to stand out on dark backgrounds */
  --overlay-bg:     rgba(0, 0, 0, 0.7);
  /* Dark overlay for a moody effect */ }
