/* 紫色ベースのテーマ */
:root {
    --main-bg-color: #f3e5f5; /* 薄紫 */
    --accent-color: #ab47bc; /* 明るい紫 */
    --second-color: #ce93d8; /* 明るい紫の薄い色 */
}