/* File: /public/css/themes/current-theme.css */
/* White-Label Theme Switcher */
/* v1.0.0 - Single point of control for site-wide theming */
/*
 * ============================================================
 * HOW TO CHANGE THEMES:
 * ============================================================
 * 
 * Simply change the @import below to switch the entire site's theme.
 * 
 * Available themes:
 *   @import url('./wryon.css');     - Green/gold VulcanVerse theme
 *   @import url('./kapbots.css');   - Cyan/purple futuristic theme
 *   @import url('./default.css');   - Neutral blue (if created)
 *
 * All HTML files link to THIS file, so changing the import here
 * updates every page at once.
 *
 * The theme-config.js will auto-detect which theme is loaded
 * and set the appropriate page titles and meta tags.
 * ============================================================
 */

@import url('./wryon.css');