:root {
    --primary: #7b1b2d;
    --primary-2: #de4e67;
    --primary-rgb: 123, 27, 45;
    --bg: #fbf4f5;
    --surface-2: #f6e6e9;
    --header-bg: rgba(255, 249, 250, 0.94);
    --footer-bg: #18070b;
    --footer-text: rgba(255, 255, 255, 0.76);
}

