@layer {
  /* Variables */
  :root {
    --bf-color-accent-500: #d50a46;
  }
}

  a.open_gus,
  a.open_gus:hover {
    background: var(--bf-color-accent-500);
  }
