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

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

/*
 * Specific values
 */
:root {
    --font-family: 'Roboto';
    --primary-color: #b39d7d;
    --secondary-color: #6078bf;
    --tertiary-color: #515a73;
    --primary-color-border: rgba(89,67,35,0.15);

    --h1-font-family: 'Roboto';
    --h1-font-size: 72px;
    --h1-font-color: #515a73;
    --h1-line-height: 76px;
    --h1-text-transform: initial;
    --h1-font-weight: initial;

    --h2-font-family: 'Roboto';
    --h2-font-size: 36px;
    --h2-font-color: #515a73;
    --h2-line-height: 40px;
    --h2-text-transform: initial;
    --h2-font-weight: initial;

    --h3-font-size: 22px;

    --line-theme1: #f2f4fa;
    --line-theme2: #ebedf2;
    --line-theme3: linear-gradient(315deg, #405080 0%, #6078bf 100%);
    --line-theme4: linear-gradient(135deg, rgba(64,80,128,0.75) 0%, rgba(96,120,191,0.75) 100%);
    --navbar-inner-background: linear-gradient(45deg, #405080 0%, #405080 100%);

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