The styles from CSS resource are always going to be loaded after any static .css files. They are programatically injected (CssResource#ensureInjected())
One option would be to not use CssResource, but that is probably a bad one.
Someone else solved this problem pretty elegantly
but this will probably be a signifigant refactor for you.