/* style/news.css */
/* 
  Global styles for .page-news scope.
  All class names must follow BEM: .page-news__element-name
  No descendant selectors.
  No global selectors.
  No shared component modifications.
*/

:root {
  --primary-color: #26A9E0;
  --secondary-color: #FFFFFF;
  --text-dark: #333333;
  --text-light: #ffffff;
  --button-login-bg: #EA7C07;
  --border-color: #e0e0e0;
  --spacing-unit: 20px;
}