/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.hero-gradient {
  background:
    radial-gradient(circle at 20% 15%, rgba(255, 248, 220, 0.55) 0%, transparent 35%),
    radial-gradient(circle at 80% 25%, rgba(220, 215, 255, 0.45) 0%, transparent 35%),
    radial-gradient(circle at 50% 80%, rgba(245, 245, 255, 0.35) 0%, transparent 40%),
    linear-gradient(135deg, #ffffff 0%, #f8f6ff 45%, #f1eeff 100%);
}