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