
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Poppins", sans-serif;  --header-font-family: "Italiana", sans-serif;  --logo-max-width: 200px;  --primary: 183, 100%, 32%;  --primary-rgb: 183, 100%, 32%;  --primary-bg-hover-focus: 183, 100%, 27%;  --primary-bg-active: 183, 100%, 25%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 183, 100%, 18%;  --primary-light: 183, 100%, 52%;  --secondary: 316, 86%, 37%;  --secondary-rgb: 316, 86%, 37%;  --secondary-bg-hover-focus: 316, 86%, 32%;  --secondary-bg-active: 316, 86%, 27%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 316, 86%, 17%;  --secondary-light: 316, 86%, 57%;  --accent: 43, 98%, 52%;  --accent-rgb: 43, 98%, 52%;  --accent-bg-hover-focus: 43, 98%, 47%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 0, 0%, 97%;  --shade-rgb: 0, 0%, 97%;  --shade-bg-hover-focus: 0, 0%, 92%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 13%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, 8%;  --accentbar-height:5px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  }  .button_color_accent.button {  color: hsl(var(--black)) !important; }  