* {
--background-color: #ffffff; /* Background color for the screens */
--background-image: none; /* Background image for the screens */
--text-color: #222222; /* Default text color */
--text-color-light: #2e2e2e; /* Lighter text color for contrast */
--border-color: #c6c6c6; /* Default border color */
--font-family: "Lato", sans-serif; /* Font family for the text */
--link-color: #557c8a; /* Color for hyperlinks */
--primary-background-color: #b9bcbd; /* Background color for primary elements */
--primary-color: #2e2e2e; /* Text color for primary elements */
--primary-border-color: none; /* Border color for primary elements */
--secondary-background-color: #557c8a; /* Background color for secondary elements */
--secondary-color: #ffffff; /* Text color for secondary elements */
--secondary-border-color: #c6c6c6; /* Border color for secondary elements */
--error-color: #ff0000; /* Color for error messages */
--header-background-color: #ffffff; /* Background color for the header */
--header-height: 75px; /* Height of the header */
--logo-background-color: transparent; /* Background color for the logo */
--logo-display: block; /* Display property for the logo */
--logo-width: 200px; /* Width of the logo */
--language-selector-background-color: #b9bcbd; /* Background color for language selector */
--content-background-color: #ffffff; /* Background color for the main content area */
--title-font-size: 40px; /* Font size for titles */
--title-longer-font-size: 26px; /* Font size for longer titles */
--title-font-weight: 900; /* Font weight for titles */
--description-font-size: 15px; /* Font size for descriptions */
--description-font-weight: 500; /* Font weight for descriptions */
--description-line-height: 24px; /* Line height for descriptions */
--label-font-size: 13px; /* Font size for labels */
--label-font-weight: 600; /* Font weight for labels */
--input-background-color: #ffffff; /* Background color for input fields */
--input-border-color: #c6c6c6; /* Border color for input fields */
--input-color: #222222; /* Text color for input fields */
--checkbox-font-size: 15px; /* Font size for checkboxes */
--checkbox-font-weight: 500; /* Font weight for checkboxes */
--footer-background-color: #ffffff; /* Background color for the footer */
--footer-height: 60px; /* Height of the footer */
--footer-content-background-color: #ffffff; /* Background color for footer content */
}