/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Minimal child theme starter for Hello Elementor with a clean Elementor-compatible page template.
Author: Perplexity
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

:root {
  --apple-bg: #ffffff;
  --apple-soft: #f5f5f7;
  --apple-text: #1d1d1f;
  --apple-muted: #6e6e73;
  --apple-dark: #000000;
  --apple-light: #f5f5f7;
  --apple-link: #0066cc;
  --apple-radius: 28px;
  --apple-max: 1280px;
}

body.elementor-page {
  background: var(--apple-bg);
  color: var(--apple-text);
}
