/*
Theme Name: Artur Developer
Theme URI: https://arturbondarev.me
Author: Elias Nevck
Author URI: https://edev.mobi/en
Description: Современная минималистичная тема для личного блога разработчика. Оптимизирована для SEO, с отличным UX/UI и адаптивным дизайном.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: artur-developer
Tags: blog, one-column, custom-colors, custom-menu, featured-images, full-site-editing, block-patterns, rtl-language-support, translation-ready

Artur Developer Theme - Личный блог разработчика

==========================================================================
CSS Architecture (Modular)
==========================================================================

This is the main stylesheet required by WordPress.
All styles are now organized in modular CSS files:

assets/css/
├── variables.css      - Design tokens (colors, spacing, fonts)
├── base.css           - Reset, typography, layout
├── utilities.css      - Animations, accessibility, WP-specific
├── responsive.css     - Media queries
├── components/
│   ├── buttons.css    - Button styles
│   ├── cards.css      - Card components
│   ├── forms.css      - Form elements
│   ├── header.css     - Header & navigation
│   └── footer.css     - Footer styles
└── sections/
    ├── hero.css       - Hero section
    ├── about.css      - About section
    ├── timeline.css   - Story timeline
    ├── values.css     - Values section
    ├── blog.css       - Blog section
    ├── contact.css    - Contact section
    └── single.css     - Single post page

PHP Components:
template-parts/sections/
├── hero.php
├── about.php
├── timeline.php
├── values.php
├── blog.php
└── contact.php

Styles are enqueued via functions.php
==========================================================================
*/
