/*
 * Fonts
 */
@import url(../../../base/fonts/Rubik.css?v=1);

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

/*
 * Specific values
 */
:root {
    --font-family: 'Rubik';
    --primary-color: #fca39d;
    --secondary-color: #b6afcc;
    --tertiary-color: #526173;
    --primary-color-border: rgba(162,73,67,0.15);

    --h1-font-family: 'Rubik';
    --h1-font-size: 72px;
    --h1-font-color: #526173;
    --h1-line-height: 76px;
    --h1-text-transform: initial;
    --h1-font-weight: initial;

    --h2-font-family: 'Rubik';
    --h2-font-size: 36px;
    --h2-font-color: #526173;
    --h2-line-height: 40px;
    --h2-text-transform: initial;
    --h2-font-weight: initial;

    --h3-font-size: 22px;

    --line-theme1: #faf5f5;
    --line-theme2: #f2ebeb;
    --line-theme3: linear-gradient(315deg, #fca39d 0%, #d8d0f2 100%);
    --line-theme4: linear-gradient(135deg, rgba(122,61,58,0.75) 0%, rgba(89,80,117,0.75) 100%);
    --navbar-inner-background: linear-gradient(45deg, #fca39d 0%, #fca39d 100%);

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