@kldro
Do you by customization mean using the child theme style.css ?
Since the parent theme stylesheet isn’t registered and enqueued in Tove just enqueuing the child stylesheet didn’t work for me. Instead I tried to register and enqueue the parent stylesheet in the child theme, and then enqueing the child stylesheet, which worked out fine. Not sure it’s the proper way to do things but it worked ??