:root {
    --bg: #f4f4f4;
    --surface: #ffffff;
    --surface-strong: #8c3da0;
    --text: #333333;
    --text-inverse: #ffffff;
    --border: #dddddd;
    --shadow: rgba(0, 0, 0, 0.08);
    --accent: #f33de4;
    --title-background: #ffffff;
    --title-text: #222222;
    --title-text-shadow: #ffffff;
}

