Just import the CSS with the following path in layout.tsx:
layout.tsx
import "public/assets/css/styles.css";
I had missed the public keyword.
public