/*
 * Fonts
 */
@import url(../../../base/fonts/PlayfairDisplay.css);

/*
 * Common
 */
@import url(../main.css);

/*
 * Specific values
 */
:root {
    --font-family: 'Playfair Display';
    --primary-color: #aec77d;
    --secondary-color: #a69b8d;
    --tertiary-color: #665c5c;
    --primary-color-border: rgba(84,109,35,.15);

    --h1-font-family: 'Playfair Display';
    --h1-font-size: 54px;
    --h1-font-color: #665c5c;
    --h1-line-height: 70px;
    --h1-font-weight: 300;

    --h2-font-family: 'Playfair Display';
    --h2-font-size: 44px;
    --h2-font-color: #665c5c;
    --h2-line-height: 70px;
    --h2-font-weight: 300;

    --h3-font-size: 34px;
    --h3-font-color: #665c5c;
    --h3-line-height: 40px;
    --h3-font-weight: 300;

    --h4-font-size: 28px;
    --h4-font-color: #665c5c;
    --h4-line-height: 38px;

    --line-theme1: #faf5f5;
    --line-theme2: #f7f0f0;
    --line-theme3: linear-gradient(315deg, #8c8477 0%, #8c8477 100%);
    --line-theme4: linear-gradient(135deg, rgba(243,246,249,0.80) 0%, rgba(243,246,249,0.80) 100%);

    --button-border-radius: 0px;
    --background-image: url(../../../../../../themes/builder/images/cuisine/fullwidth/fullwidth-bg-1.jpg) no-repeat;
    --multilevelpushmenu-border-color: rgba(84,109,35,.15);

    --formation-navbar-font-family: 'Playfair Display';
    --formation-navbar-color: #665c5c;
    --formation-header-progression-color: #665c5c;
}

.modules .element i.fa-file-text,
.modules .element i.fa-folder {
    color: #665c5c;
}
.navbar .nav > li > a {
    font-family: 'Playfair Display';
}
