:root {
  --color-rgb: 204, 69, 74;
}
#header {
  background: rgba(255,255,255);
}

#n-header-logo-left {
  padding-left: 15px;
}

.svg-collections-accent {
    fill: rgb(var(--color-rgb));
