/*
Theme Name: Community Forum
Theme URI: https://www.Community.com
Description: 高端现代化论坛主题
Version: 1.0.0
Author: Community
*/

:root {
    --primary-color: #FF6A00;
    --primary-dark: #E65F00;
    --primary-light: #FF8533;
    --text-dark: #1a1a1a;
    --text-gray: #666;
    --text-light: #999;
    --bg-white: #ffffff;
    --bg-gray: #f8f9fa;
    --border-color: #e5e5e5;
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.08);
    --shadow-md: 0 4px 16px rgba(0,0,0,0.12);
    --shadow-lg: 0 8px 24px rgba(0,0,0,0.15);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-dark);
    background: var(--bg-gray);
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}
