/* CSS content (all pages) */
body.bodywebsite { margin: 0; font-family: 'Open Sans', sans-serif; }
.bodywebsite h1 { margin-top: 0; margin-bottom: 0; padding: 10px;}

:root { 
  --background-color: #!important; /* Background color for the entire website, including individual sections */
  --default-color: #!important;; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #012970!important; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #4154f1!important; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff!important; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff!important; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}


.header {
  background-color:  #ffffff !important;
}
