
/*
Theme Name: Hello Elementor Child (Philip)
Theme URI: https://elementor.com
Description: Lightweight child theme for building custom designs with Elementor Theme Builder.
Author: ChatGPT
Author URI: https://openai.com
Template: hello-elementor
Text Domain: hello-elementor-child
Version: 1.0.0
*/

/* Optional: design tokens (use these in your Custom CSS if needed) */
:root {
  --brand-1: #111111;
  --brand-2: #7A6AFB;
  --accent-1: #00C2A8;
  --text: #1A1A1A;
  --muted: #666666;
  --bg: #ffffff;
}

/* Utility helpers */
.container--narrow { max-width: 960px; margin-inline: auto; }
.visually-hidden { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
