/*
Theme Name:   Hello Biz Child
Theme URI:    https://example.com/hello-biz-child
Description:  Custom child theme of Hello Biz (by Elementor) for Kaithal Silvent.
Author:       Your Name
Author URI:   https://example.com
Template:     hello-biz
Version:      1.0.0
Text Domain:  hello-biz-child
*/

/* base styles go here later */
:root{
  --kspl-black: #0d0b09;
  --kspl-black-2: #17130f;
  --kspl-gold: #c9963e;
  --kspl-gold-light: #e0b96a;
  --kspl-flame-1: #f4a075;
  --kspl-flame-2: #e23b2e;
  --kspl-white: #f5f2ec;
  --kspl-radius: 10px;
}
*{ box-sizing: border-box; }
body{ background: var(--kspl-black); color: var(--kspl-white); font-family: "Poppins", "Segoe UI", Arial, sans-serif; margin: 0; }
a{ color: var(--kspl-gold-light); text-decoration: none; }
a:hover{ color: var(--kspl-flame-1); }
img{ max-width: 100%; height: auto; display: block; }
.container{ max-width: 1200px; margin: 0 auto; padding: 0 24px; }