/*
Theme Name:       Achol Base
Theme URI:        https://acholfashion.com
Author:           ACHOL FASHION
Author URI:       https://acholfashion.com
Description:      Extremely minimal presentation shell for ACHOL FASHION. Provides document structure and integrates with Achol Core via the official Render API. Contains zero business logic. Requires Achol Core for full storefront functionality.
Version:          1.0.0
Requires at least: 6.0
Tested up to:     6.6
Requires PHP:     7.4
License:          GNU General Public License v2 or later
License URI:      http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:      achol-base
Tags:             e-commerce, custom-menu, custom-logo, featured-images, translation-ready, wide-blocks

ACHOL BASE THEME
================
This theme is intentionally minimal. All storefront presentation,
business logic, header, footer, hero, shop and product UI are owned
by the Achol Core plugin.

Do not add business logic, ERP code, checkout rules or duplicated
modules here.
*/

/* Theme stylesheet is intentionally almost empty.
   Visual styles are provided by Achol Core (design-tokens, base, components). */

body {
	margin: 0;
}

.achol-site {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.achol-site__content {
	flex: 1 0 auto;
}

.achol-site__footer {
	flex-shrink: 0;
}
