My theme features various styles, including different color schemes.
Currently, I load the default CSS first and then an additional stylesheet with specific colors based on the chosen color scheme. However, this process is causing a delay in my site's speed.
Is there a solution to consolidate all styles into one file instead of using two separate ones? It's important that this method works consistently across different browsers.