/* Match the active Ax/Ran accent while retaining 7Jia's dark theme. */
:root {
  --theme-color: #FFB6C1 !important;
  --theme-color-rgb: 255, 182, 193 !important;
  --theme-hover-color: rgba(255, 182, 193, 0.9) !important;
  --primary-color-hover: rgba(255, 182, 193, 0.9) !important;
  --primary-color: #FFB6C1 !important;
  --primary-rgb: 255, 182, 193 !important;
  --primary-color-light: #FFD4DF !important;
  --button-hover: #F0A7B2 !important;
  --primary-shadow: rgba(255, 182, 193, 0.3) !important;
  --loader-primary-color: #FFB6C1 !important;
  --loader-primary-rgb: 255, 182, 193 !important;
  --loader-primary-light: #FFB6C1 !important;
}
