/* 自家货架 - 全局样式 */
:root {
    --primary: #2d6a4f;
    --primary-dark: #1b4332;
    --danger: #e63946;
    --bg: #f5f0eb;
    --card: #ffffff;
    --text: #1a1a1a;
    --text-secondary: #666666;
    --text-muted: #999999;
    --border: #eeeeee;
}

body {
    font-family: "Microsoft YaHei", "PingFang SC", -apple-system, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font-family: inherit;
}
