/*
Theme Name: Leroux Child
Theme URI: https://leroux.qodeinteractive.com
Description: A child theme of Leroux
Author: Elated Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: leroux
Template: leroux
*/


body, h1, h2, h3, h4, h5, h6 {
    font-family: Inter,sans-serif !important;
}

/* Temporary removal of mobile header for initial landing page */
header#qodef-page-mobile-header {
    display: none;
}

.qi-block-button.qodef-block.qodef-layout--filled {
	color: rgb(255, 255, 255) !important;
    background-color: rgb(69, 143, 191) !important;
    border-color: rgb(69, 143, 191) !important;
	border: 1px solid transparent;
    border-radius: 25px;
	position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "Dm Sans", sans-serif;
    font-size: 15px !important;
    line-height: 2em;
    font-weight: 400;
    text-decoration: none;
    outline: 0;
    transition: color .27s ease-out, background-color .27s ease-out, border-color .27s ease-out;
    padding: 6px 33px 7px;
}