/* 
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.1
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 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&display=swap');
body{
	font-family: "Montserrat", sans-serif !important;
}
h1, h2, h3, h4, h5, h6{
	 font-family: "Sora", sans-serif !important;
}
p{
	font-family: "Montserrat", sans-serif !important;
}
.elementor-icon-box-title a{
	font-family: "Montserrat", sans-serif !important;
}
.elementor-button{
	font-family: "Montserrat", sans-serif !important;
}
.elementor-icon-list-text{
	font-family: "Montserrat", sans-serif !important;
}
.ekit-accordion-title{
	font-family: "Sora", sans-serif !important;
}
.icon-box-description, .elementor-icon-box-description{
	font-family: "Montserrat", sans-serif !important;
}
.elementskit-author-name{
	font-family: "Sora", sans-serif !important;
	color:#000;
}
.ouraire h3.elementor-heading-title a{
	font-family: "Sora", sans-serif !important;
	font-weight:700;
}
.fotterlogo .fotterlogo img{
    filter: brightness(45.5);
}

@media (min-width: 320px) and (max-width: 767px) {
button.metform-btn.metform-submit-btn {
    font-size: 13px !important;
}
}