/*
Theme Name: Laurent Child
Theme URI: https://laurent.qodeinteractive.com/
Description: A child theme of Laurent Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.1
Text Domain: laurent
Template: laurent
*/

@font-face {
    font-family: 'CaviarDreams';
    src: url('/wp-content/themes/YOUR_THEME/fonts/caviardreams_bold-webfont.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap !important;
}

@font-face {
    font-family: 'AcademyFont';
    src: url('/wp-content/themes/YOUR_THEME/fonts/AcademyFont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap !important;
}

@font-face {
    font-family: 'BrevoFont'; /* replace with the actual family name */
    src: url('https://assets.brevo.com/...woff2') format('woff2');
    font-display: swap !important;
}



@font-face {
	font-family: 'Academy';
	font-style: normal;
	font-weight: normal;
	src: local('Academy'), url('AcademyFont.woff') format('woff');
}

#rev_slider_1_1_forcefullwidth span {
	font-family: 'Academy' !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'alice' !important;
	text-transform: capitalize !important;
	letter-spacing: 0 !important;
}

.eltdf-section-title-holder .eltdf-st-tagline {
	font-family: Academy !important;
	color: rgb(21, 210, 65) !important;
}

.eltdf-section-title-holder.eltdf-st-title-wrapped .eltdf-st-title {
	min-width: 200px;
}

.decor * {
	stroke: #9c0df9;
}

.eltdf-si-inner * {
	stroke: #e2a62bb0 !important;
}
.eltdf-iwt-title-text {
	font-family: Josefin Sans !important;
}

@media(min-width:767px){
	.eltdf-page-title.entry-title {
	font-size: 58px;
	text-shadow: 4px 4px 5px #000;
}
}
@media(max-width:767px){
body:not(.home) .eltdf-content {
    margin: 0 !important;
}
}