/*!
Theme Name: EstHus
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: esthus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

EstHus is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
assets/css/variables.css  — Design tokens (CSS custom properties)
assets/css/reset.css      — CSS reset
assets/css/base.css       — Typography, layout utilities, buttons
assets/css/header.css     — Header, nav, lang switcher, mobile menu
assets/css/hero.css       — Hero section, intro section
assets/css/sections.css   — Features, cards, projects, comparison,
                            testimonials, video, certifications
assets/css/forms.css      — Contact form & form groups
assets/css/footer.css     — Footer
assets/css/pages.css      — Product pages, gallery, contact, about, info
assets/css/lightbox.css   — Lightbox overlay
assets/css/animations.css — Keyframes & scroll-triggered animations
assets/css/responsive.css — Media queries / responsive breakpoints
--------------------------------------------------------------*/

@import 'assets/css/variables.css';
@import 'assets/css/reset.css';
@import 'assets/css/base.css';
@import 'assets/css/header.css';
@import 'assets/css/hero.css';
@import 'assets/css/sections.css';
@import 'assets/css/forms.css';
@import 'assets/css/footer.css';
@import 'assets/css/pages.css';
@import 'assets/css/lightbox.css';
@import 'assets/css/animations.css';
@import 'assets/css/responsive.css';
