/*
 * 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: 64px;
    --h1-font-color: #665c5c;
    --h1-line-height: 68px;

    --h2-font-family: 'Playfair Display';
    --h2-font-size: 52px;
    --h2-font-color: #665c5c;
    --h2-line-height: 56px;

    --h3-font-size: 22px;

    --line-theme1: #ffffff;
    --line-theme2: #faf5f5;
    --line-theme3: linear-gradient(315deg, #8c8477 0%, #59504c 100%);
    --line-theme4: linear-gradient(135deg, rgba(64,58,54,0.90) 0%, rgba(115,108,98,0.90) 100%);
    --navbar-inner-background: linear-gradient(45deg, #8c8477 0%, #8c8477 100%);

    --button-border-radius: 50px;
    --background-image: url(../../../../../../themes/builder/images/cuisine/fullwidth/fullwidth-bg-1.jpg) no-repeat;
}
