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

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

/*
 * Specific values
 */
:root {
    --font-family: 'Josefin Sans';
    --primary-color: #d92946;
    --secondary-color: #4a2e4d;
    --tertiary-color: #4b3d4d;
    --primary-color-border: rgba(127,0,0,0.15);

    --h1-font-family: 'Josefin Sans';
    --h1-font-size: 72px;
    --h1-font-color: #333333;
    --h1-line-height: 76px;
    --h1-text-transform: initial;
    --h1-font-weight: initial;

    --h2-font-family: 'Josefin Sans';
    --h2-font-size: 36px;
    --h2-font-color: #333333;
    --h2-line-height: 40px;
    --h2-text-transform: initial;
    --h2-font-weight: initial;

    --h3-font-size: 22px;

    --line-theme1: #f5f5f5;
    --line-theme2: #f0f0f0;
    --line-theme3: linear-gradient(315deg, #522139 0%, #2b111e 100%);
    --line-theme4: linear-gradient(135deg, rgba(8,5,7,0.75) 0%, rgba(38,23,31,0.75) 100%);
    --navbar-inner-background: linear-gradient(45deg, #522139 0%, #522139 100%);

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