/*:root {
  --primary-color: #eaa636;
  --primary-color-rgb: 234, 166, 54;
}*/:root {    /* Primary Brand Color - Brown */    --primary-color: #4b3528;    --primary-color-rgb: 75, 53, 40;    /* Primary Color Variation for Gradients */    --primary-color-2: #6b4f3e;    --primary-color-2-rgb: 107, 79, 62;    /* Secondary Brand Color - Yellow (Accent) */    --secondary-color: #ebd362;    --secondary-color-rgb: 235, 211, 98;    /* Tertiary Brand Color - Pink (Secondary Accent) */    --tertiary-color: #ff99cc;    --tertiary-color-rgb: 255, 153, 204;}