:root {
    --primary: #d0979d; /* Soft Floral Pink */
    --primary-dark: #b44a70; /* Deep Rose Pink */
    --primary-accent: #f6d6e1; /* Light Blush Pink */
    
    --secondary: #ffc96f; /* Warm Golden Peach */
    --background-accent: #f4e1d2; /* Soft Peachy Beige */
    
    --background: #ffffff; /* Pure White */
    --background-light: #f9f6f2; /* Warm Ivory */
    --background-light-opacity: rgba(249, 246, 242, 0.72); /* Soft Ivory with Transparency */
    
    --border-light:rgba(229, 181, 201, 0.36); /* Pastel Rose Border */
    --border: #e5b5c9; /* Pastel Rose Border */
    --link: #d05a84; /* Matching Primary Pink */
    --link-hover: #b44a70; /* Darker Rose for Hover Effect */

    --input-border: #f6edf1;
    --input-focus-border: #e5b5c9;
}