/* Commercial projects.

   The enqueue in functions.php derives the stylesheet from the template
   assigned to the page, so each of the three project pages needs a file of its
   own. All three are the same page with a different category, so the rules live
   once in projects-core.css and each of these imports it. Editing the core file
   changes all three. */

@import url("projects-core.css");
