/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root{
:root{
--background-color:#ffffff;
--background-color:#f7ffff;
/* --background-color: #ffffff; */
/* Background color for the entire website, including individual sections */
/* Background color for the entire website, including individual sections */
--default-color:#444444;
--default-color:#444444;
/* Default color used for the majority of the text content across the entire website */
/* Default color used for the majority of the text content across the entire website */
--heading-color:#2c4964;
--heading-color:#2c4964;
/* Color for headings, subheadings and title throughout the website */
/* Color for headings, subheadings and title throughout the website */
--accent-color:#1977cc;
--accent-color:#05a9b2;
/* --accent-color: #1977cc; */
/* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
/* 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;
--surface-color:#ffffff;
/* 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. */
/* 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. */