:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #120343; /*normal text */
  --heading-color: #000000; /* header text */
  --surface-color: #ffe9e9; /* Tbackground of boxed elements within sections*/
  --accent-color: #FF8F00; /* theam */
  --contrast-color: #202020; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}