This problem has already been solved, the reason behind this error is actually an import:
// @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
After I deleted this line, everything worked fine.