Why are my text colours not displaying correctly?

the colour of my text , whether it be the body, description or even some links, they are all turning up in grey or black instead of the colour i have chosen. i have tried my best to fix this, but it just doesnt work. please help me

https://www.r1de.co/products/baseus-wireless-mini-car-vacuum

@r1deco

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.product__description span {
    color: rgba(var(--color-foreground),.75) !important;
}