/*
 * custom.css — Hello Elementor Child Theme
 * Color Web Studio — Sakthi Marbles & Granites
 *
 * Add your global custom styles here.
 * This file is loaded after parent + child style.css
 */

/* ── Example: smooth scroll ─────────────────────────────────────── */
html {
    scroll-behavior: smooth;
}

/* ── Example: selection color matching brand gold ───────────────── */
::selection {
    background: rgba(201, 169, 110, 0.3);
    color: #0D0D0D;
}
