/*
Theme Name: Hello Elementor Child
Theme URI: https://www.shoppestar.com
Description: Shoppe Star child theme
Author: Shoppe Star
Author URI: https://www.shoppestar.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

:root {
  --star: #FF6B35;
  --star-light: #FFF0EB;
  --star-mid: #FFD4C2;
  --star-dark: #C44E1E;
  --ink: #1A1A2E;
  --ink-mid: #4A4A6A;
  --ink-soft: #8888AA;
  --surface: #F7F7F5;
  --border: #EBEBF4;
  --success: #1a8a4a;
  --success-bg: #E6F9EF;
  --radius: 12px;
  --radius-lg: 20px;
}

body {
  font-family: 'DM Sans', sans-serif;
  color: var(--ink);
  background: var(--surface);
}

h1, h2, h3, h4, h5 {
  font-family: 'DM Serif Display', serif;
  color: var(--ink);
  letter-spacing: -.02em;
}

a { color: var(--star); transition: color .15s; }
a:hover { color: var(--star-dark); }

