/* 基础样式定制 */
:root {
    --primary-color: #FF2442;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
