
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,25.49%;  --black: 0,0%,0%;  --default-font-family: "Inter", sans-serif;  --header-font-family: "omnes-pro", sans-serif;  --logo-max-width: 200px;  --primary: 201, 68%, 29%;  --primary-rgb: 201, 68%, 29%;  --primary-bg-hover-focus: 201, 68%, 24%;  --primary-bg-active: 201, 68%, 22%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: hsl(var(--white));  --primary-dark: 201, 68%, 15%;  --primary-light: 201, 68%, 49%;  --secondary: 168, 100%, 33%;  --secondary-rgb: 168, 100%, 33%;  --secondary-bg-hover-focus: 168, 100%, 28%;  --secondary-bg-active: 168, 100%, 23%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: hsl(var(--primary));  --secondary-dark: 168, 100%, 13%;  --secondary-light: 168, 100%, 53%;  --accent: 160, 55%, 94%;  --accent-rgb: 160, 55%, 94%;  --accent-bg-hover-focus: 160, 55%, 89%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: hsl(var(--primary));  --shade: 204, 19%, 89%;  --shade-rgb: 204, 19%, 89%;  --shade-bg-hover-focus: 204, 19%, 84%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: hsl(var(--primary));  --dark: 201, 69%, 21%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: hsl(var(--primary));  --dark-bg-hover-focus: 201, 69%, 16%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--secondary));  --default-font-color: hsl(var(--black));  --white-bg-title:hsl(var(--secondary));  } 