Use already existing shared-styles.css in Typescript views

Hi everyone,

I’m currently trying to set up a view via Vaadin Fusion in an already existing Flow application.
Since I defined custom colors, fonts etc. as variables in my shared-styles.css I would like to use them in my Fusion views as well.

Importing them with import "../styles/shared-styles.css"; does not seem to work.
Is there an elegant way to import my already existing styles somehow?

Thanks in advance and keep up the great work :slight_smile:

David