/*
Theme Name: Smudge Child Theme
Template: hello-elementor
Author: Get Social YEG
Author URI: https://getsocialyeg.com
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.0.1747216676
Updated: 2025-05-14 09:57:56

*/



/*Additional CSS*/

.ff-default .ff-el-form-control {
    border-radius: 0 !important;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 1.5;
}

p:last-of-type {
    margin-bottom: 0;
}

@font-face {
    font-family: 'Yearbook Solid';
    src: url('fonts/YearbookSolid.eot');
    src: url('fonts/YearbookSolid.eot?#iefix') format('embedded-opentype'),
        url('fonts/YearbookSolid.woff2') format('woff2'),
        url('fonts/YearbookSolid.woff') format('woff'),
        url('fonts/YearbookSolid.ttf') format('truetype'),
        url('fonts/YearbookSolid.svg#YearbookSolid') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zuume Rough';
    src: url('fonts/FONTSPRINGDEMO-ZuumeRoughBold.eot');
    src: url('fonts/FONTSPRINGDEMO-ZuumeRoughBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/FONTSPRINGDEMO-ZuumeRoughBold.woff2') format('woff2'),
        url('fonts/FONTSPRINGDEMO-ZuumeRoughBold.woff') format('woff'),
        url('fonts/FONTSPRINGDEMO-ZuumeRoughBold.ttf') format('truetype'),
        url('fonts/FONTSPRINGDEMO-ZuumeRoughBold.svg#FONTSPRINGDEMO-ZuumeRoughBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Garet Book';
    src: url('fonts/Garet-Book.eot');
    src: url('fonts/Garet-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/Garet-Book.woff2') format('woff2'),
        url('fonts/Garet-Book.woff') format('woff'),
        url('fonts/Garet-Book.ttf') format('truetype'),
        url('fonts/Garet-Book.svg#Garet-Book') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.font-garet-book * {
    font-family: 'Garet Book'!important;
}

.font-zuume-rough * {
    font-family: 'Zuume Rough'!important;
}

.font-yearbook-solid * {
	font-family: 'Yearbook Solid'!important;
}

form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit {
    font-weight: bold;
    padding: 11px 30px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
}

form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit:hover {
    color: #fff;
    opacity: 1;
}