﻿/* 全局样式 */
:root {
    --primary-color: #8302aa;
    --secondary-color: #db05ee;
    --dark-blue: #4e006d;
    --light-blue: #eafff2;
    --text-color: #333;
    --light-text: #f8f9fa;
    --gray-bg: #fbe8fa;
    --light: #caa3cd;
    --gold: #fbb101;
}
