/*
Theme Name: Nayracart Child
Theme URI: https://nayracart.com
Author: Nayracart
Author URI: https://nayracart.com
Description: Secure & fast child theme for Hello Elementor
Template: hello-elementor
Version: 1.0.0
Text Domain: nayracart
*/

/* ===============================
   GLOBAL RESET (LIGHT & SAFE)
================================ */
*, *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: inherit;
}

/* Avoid Elementor spacing conflicts */
.elementor-section {
    padding-left: 0;
    padding-right: 0;
}
.elementor-column {
    padding-left: 0;
    padding-right: 0;
}