/*
Theme Name: Hello Child - SHEIN Starter
Theme URI: http://example.com/
Description: Child theme for Hello Elementor with SHEIN-style starter CSS and snippets.
Author: Generated by ChatGPT
Template: hello-elementor
Version: 1.0
*/

:root{
  --brand-black:#111111;
  --brand-white:#ffffff;
  --accent:#ff3366;
  --max-width:1250px;
  --gutter:16px;
}

body{font-family:'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;color:var(--brand-black);}
/* Import main custom CSS */
@import url('custom.css');
