/*
Theme Name: AudioSpillage
Theme URI: https://www.audiospillage.com/
Author: AudioSpillage
Description: Makes the blog use the main audiospillage.com layout. The header and footer are the site's own shared partials (public_html/inc/), included directly, so the blog cannot drift from the site as the site changes. All real styling lives in the site stylesheets under /css/ — this file exists because WordPress requires a style.css with a theme header, and is deliberately kept empty of rules.
Version: 1.0
Requires at least: 4.5
Tested up to: 6.4
License: Proprietary
Text Domain: audiospillage
*/

/* Intentionally no rules here.

   The stylesheets that matter are enqueued in functions.php and served from
   the site root, not from the theme:

       /css/normalize.css
       /css/foundation-shim.css
       /css/audiospillage.css
       /css/promo.css
       /css/MyFontsWebfontsKit.css
       /css/blog.css          <- post-body styling, the blog-specific part
       /css/responsive.css    <- must stay last

   Keeping them there means the blog and the site share one source of truth,
   and /css/blog.css carries over unchanged if the blog is later rendered on
   the main site via the REST API instead of by this theme. */
