/**
 * CryptoGate Education Hub - Main Stylesheet
 * Imports base styles and section-specific styles are loaded dynamically
 */

/* Base styles with all variables and common components */
@import url('https://static.cryptogate.live/css/education/education-base.css');

/*
 * Section-specific CSS files are loaded dynamically by content-loader.js
 * This prevents loading unnecessary CSS and avoids duplicate requests
 * Each section's CSS is loaded on-demand when the section is viewed
 *
 * Available section CSS files:
 * - sections/homepage.css
 * - sections/category.css
 * - sections/article.css
 * - sections/search.css
 * - sections/tag.css
 */
