/* Proxy stylesheet to the root style.css uploaded by the user.
   This keeps the existing Blade reference to /css/style.css working
   while using the user's uploaded /style.css file. */
@import url('/style.css');
