/*
Theme Name: AE.R Skinlab Elementor
Theme URI: https://aerskinlab.com/
Author: Webclues
Author URI: https://webcluesinfotech.com/
Description: Lightweight Elementor Free-ready theme for the AE.R Skinlab homepage conversion. Includes importable Elementor JSON templates, assets, and Free-tier CSS workarounds.
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: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aer-skinlab-elementor
Tags: custom-logo, custom-menu, one-column, wide-blocks, flexible-header, editor-style
*/

:root {
  --aer-bone: #F1F3EE;
  --aer-mist: #FBFCFA;
  --aer-ink: #16271E;
  --aer-ink-soft: #44564B;
  --aer-green: #5F7A64;
  --aer-green-deep: #3C5645;
  --aer-line: #D9DDD1;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--aer-bone);
  color: var(--aer-ink);
  font-family: Jost, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.site-main {
  min-height: 60vh;
}

.aer-theme-empty-state {
  max-width: 920px;
  margin: 0 auto;
  padding: 96px 24px;
  text-align: center;
}

.aer-theme-empty-state h1 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 300;
  color: var(--aer-ink);
}

.aer-theme-empty-state p {
  color: var(--aer-ink-soft);
  line-height: 1.7;
}
