/*
Theme Name: Ekuatorial
Theme URI: https://ekuatorial.com
Author: Ekuatorial Team
Description: A modern WordPress theme focused on "Data. Maps. Storytelling." Built with SCSS, modern JavaScript, and comprehensive Gutenberg blocks for environmental journalism.
Version: 1.0.0
Text Domain: ekuatorial
License: unlicensed
Tags: blog, news, environment, journalism, accessibility, responsive, gutenberg-blocks
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.1
*/

/*
 * EKUATORIAL THEME
 * ================
 *
 * This is the main theme stylesheet file that WordPress reads for theme information.
 * All actual styles are compiled from SCSS source files in src/scss/ and output to build/css/style.css
 *
 * Build System:
 * - Source: src/scss/main.scss (7-1 architecture)
 * - Compilation: npm run build:scss (Dart Sass)
 * - Processing: npm run build:postcss (Autoprefixer + optimization)
 * - Output: build/css/style.css (enqueued by functions.php)
 *
 * For development:
 * - npm run start (hot reloading for JS/SCSS changes)
 * - npm run build:css (complete CSS pipeline)
 * - npm run build:scss (SCSS compilation only)
 * - npm run build:postcss (PostCSS processing only)
 *
 * SCSS Architecture (7-1 Pattern):
 * - abstracts/ (variables, mixins, functions)
 * - base/ (resets, typography)
 * - components/ (bento, gallery, catalogue, etc.)
 * - layout/ (navigation, sidebar, footer, branding)
 * - utilities/ (helper classes)
 * - vendor/ (FontAwesome integration)
 *
 * This file remains minimal to avoid duplication with the compiled styles.
 */
