
: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: "Nunito", 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: 343, 75%, 44%;  --secondary-rgb: 343, 75%, 44%;  --secondary-bg-hover-focus: 343, 75%, 39%;  --secondary-bg-active: 343, 75%, 34%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: hsl(var(--primary));  --secondary-dark: 343, 75%, 24%;  --secondary-light: 343, 75%, 64%;  --accent: 343, 49%, 80%;  --accent-rgb: 343, 49%, 80%;  --accent-bg-hover-focus: 343, 49%, 75%;  --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(--dark));  --white-bg-title:hsl(var(--secondary));  } 