
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Raleway",sans-serif;  --header-font-family: "Nanum Gothic",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 185, 68%, 46%;  --primary-rgb: 185, 68%, 46%;  --primary-bg-hover-focus: 185, 68%, 41%;  --primary-bg-active: 185, 68%, 39%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 185, 68%, 32%;  --primary-light: 185, 68%, 66%;  --secondary: 189, 56%, 27%;  --secondary-rgb: 189, 56%, 27%;  --secondary-bg-hover-focus: 189, 56%, 22%;  --secondary-bg-active: 189, 56%, 17%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 189, 56%, 7%;  --secondary-light: 189, 56%, 47%;  --accent: 228, 19%, 95%;  --accent-rgb: 228, 19%, 95%;  --accent-bg-hover-focus: 228, 19%, 90%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 186, 56%, 89%;  --shade-rgb: 186, 56%, 89%;  --shade-bg-hover-focus: 186, 56%, 84%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 340, 4%, 14%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 340, 4%, 9%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 