/*
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 */
body {
	font-family: HellixRegular, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.4;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	max-width: 100vw;
	overflow-x: hidden;
}

.footer-main~.navbar-lang,
.wpml-ls-statics-footer {
	display: none;
}

.alert {
	border: 1px solid transparent;
	border-radius: 0.25rem;
	margin: 1rem 0;
	padding: 1rem;
	position: relative;
}

.alert-success {
	background-color: #d4edda;
	border-color: #c3e6cb;
	color: #155724;
}

.alert-error {
	background-color: #f8d7da;
	border-color: #f5c6cb;
	color: #721c24;
}