/* style/news-latest-updates.css */

/* Variables and Base Styles */
:root {
  --primary-color: #26A9E0;
  --secondary-color: #FFFFFF;
  --text-dark: #333333;
  --text-light: #ffffff;
  --background-light: #ffffff;
  --background-dark: #26A9E0; /* Using primary color for dark background sections */
  --border-color: #e0e0e0;
  --button-login: #EA7C07; /* Specific color for login */
}