/*
 Theme Name:   Hello Theme Child
 Theme URI:    https://elementor.com/hello-theme/
 Description:  A child theme for the Hello Elementor theme
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Add your custom CSS below this line */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


.orbitron-text {
    font-family: 'Orbitron', sans-serif;
}
h1{
    font-family: 'Orbitron', sans-serif !important;
}

 .success-msg{
			color: #0d8f42 !important;
   			background: #aeffd6 !important;
			margin: 30px 0;
			padding: 0.2em 1em;
			border: none;
			border-radius: 6px;
			font-size: 14px;
		}