/* CSS变量：mynewsgh 主题颜色、字体配置 */
:root {
    --teco-primary: #0cb46f;
    --teco-primary-dark: #00a460;
    --teco-primary-light: #e74c3c;
    --teco-nav-bg: #009374;
    --teco-text-main: #1a1a1a;
    --teco-text-muted: #666666;
    --teco-text-light: #c4b8b8;
    --teco-bg-white: #ffffff;
    --teco-bg-light: #ebfcf1;
    --teco-bg-dark: #033429;
    --teco-border: #e0e0e0;
    --teco-overlay-start: rgba(0,0,0,0);
    --teco-overlay-end: rgba(0,0,0,0.78);
    --teco-font-body: Arial, 'Helvetica Neue', sans-serif;
    --teco-font-heading: Georgia, 'Times New Roman', serif;
}
