Precedence of custom css

I have created a custom theme using bootstrap and custom css and have added the necessary resources into the modules folder. However, I realized that my custom css always get loaded first before the bootstrap thus my bootstrap is taking precedence over my custom css. How do I get my custom css files to get loaded first before the bootstrap css?

Hi,

In your custom css module, can you put the bootstrap module as a prereqs?
Oscar