﻿/* 全局样式 */
:root {
    --primary-color: #c87f0e;
    --secondary-color: #f39400;
    --dark-blue: #865100;
    --light-blue: #eafff2;
    --text-color: #333;
    --light-text: #f8f9fa;
    --gray-bg: #fbf6e8;
    --light: #a3cdb2;
    --gold: #fbb101;
}
