:root {
  --primary-color: #1A53A0; /* This would be the blue from your image */
  --secondary-color: #4CAF50; /* This would be the green from your image */
  /* Other variables like text colors can also be defined */
  --text-white: #ffffff; /* Assuming white text for contrast */
}