/* style/news.css */

/* Base styles for the page-news scope */
.page-news {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Default text color for dark body background from shared.css */
    background-color: transparent; /* Body background is #121212 from shared.css */
}