.custom-hr-background-1 {
  color: rgb(var(--color-base-background-1));
  background-color: rgb(var(--color-base-background-1)); 
}

.custom-hr-background-2 {
  color: rgb(var(--color-base-background-2));
  background-color: rgb(var(--color-base-background-2)); 
}

.custom-hr-accent-1 {
  color: rgb(var(--color-base-accent-1));
  background-color: rgb(var(--color-base-accent-1)); 
}

.custom-hr-accent-2 {
  color: rgb(var(--color-base-accent-2));
  background-color: rgb(var(--color-base-accent-2)); 
}

.custom-hr-foreground-1 {
  color: rgb(var(--color-base-solid-button-labels));
  background-color: rgb(var(--color-base-solid-button-labels)); 
}
