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

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

/*
 * Specific values
 */
:root {
    --font-family: 'Rubik';
    --primary-color: #cd3f6e;
    --secondary-color: #b6afcc;
    --tertiary-color: #526173;
    --primary-color-border: rgba(115,0,20,.15);

    --h1-font-family: 'Rubik';
    --h1-font-size: 64px;
    --h1-font-color: #0b334a;
    --h1-line-height: 68px;

    --h2-font-family: 'Rubik';
    --h2-font-size: 52px;
    --h2-font-color: #0b334a;
    --h2-line-height: 56px;

    --h3-font-size: 22px;

    --line-theme1: #ffffff;
    --line-theme2: #fafafa;
    --line-theme3: linear-gradient(315deg, #cd3f6e 0%, #e562c1 100%);
    --line-theme4: linear-gradient(135deg, rgba(205,63,110,0.90) 0%, rgba(229,98,193,0.90) 100%);
    --navbar-inner-background: linear-gradient(45deg, #cd3f6e 0%, #cd3f6e 100%);

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