:root {
    --accent: rgb(	251, 192, 45);
    --accent-hover: rgba(	251, 192, 45, 0.977);
    --accent-selected: rgb(251, 192, 45, 0.612);
    --accent-focused: rgb(251, 192, 45, 0.200);
  }
