/*
 Theme Name:   Catalight
 Description:  Thème pour Catalight
 Author:       SlyOss
 Author URI:   http://www.slyoss.one/
 Template:     hello-elementor
 Version:      0.0.7
 License:      Private
 Text Domain:  Catalight
*/
/*--------------------------------------------------------------*/
/* 
/*  */
@font-face {
	font-family: 'font-body';
	src: url('fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font-titres';
	src: url('fonts/NothingYouCouldDo-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

:root {
	--font-body: 'font-body', sans-serif;
	--font-titres: 'font-titre', sans-serif;
	--font-color-01: #93441A;
	--font-color-02: #E3997E;
	--font-color-03: #FFE4DB;
	--font-color-04: #F4FAFB;
	--font-color-05: #88C7BC;
	--font-color-06: #017679;
	--font-color-07: #2c2c2c;
}

body {
	font-family: var(--font-body);
}
.elementor-widget-button {
	border-radius: 5px 5px 5px 5px;
}
a .elementor-button{
	border-radius: 5px 5px 5px 5px;
}