/**!
Theme Name: Clockpunk Author
Author: Clockpunk Studios
Author URI: http://www.clockpunkstudios.com
Description: A child theme from Clockpunk Studios for building author websites.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clockpunk-studios
Template: astra
*/

/**
 * CSS Architecture
 *
 * This theme uses a modular CSS architecture:
 * - _variables.css: CSS custom properties (design tokens)
 * - _components.css: Reusable UI components (dropdowns, buttons)
 * - _writing.css: Writing post type styles
 * - _events.css: Event post type styles
 * - _purchase-links.css: Purchase/buy link styles
 * - _utilities.css: Helper classes and overrides
 */

/* Import modular stylesheets */
@import url('css/_variables.css');
@import url('css/_components.css');
@import url('css/_writing.css');
@import url('css/_events.css');
@import url('css/_purchase-links.css');
@import url('css/_utilities.css');
