/* CSS变量：mynewsgh 主题颜色、字体配置 */
:root {
    --netr-primary: #8932b1;
    --netr-primary-dark: #7B1FA2;
    --netr-primary-light: #e74c3c;
    --netr-nav-bg: #57007F;
    --netr-text-main: #1a1a1a;
    --netr-text-muted: #666666;
    --netr-text-light: #c4b8b8;
    --netr-bg-white: #ffffff;
    --netr-bg-light: #f1e8f3;
    --netr-bg-dark: #2c0340;
    --netr-border: #e0e0e0;
    --netr-overlay-start: rgba(0,0,0,0);
    --netr-overlay-end: rgba(0,0,0,0.78);
    --netr-font-body: Arial, 'Helvetica Neue', sans-serif;
    --netr-font-heading: Georgia, 'Times New Roman', serif;
}
