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

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

/*
 * Specific values
 */
:root {
    --font-family: 'Mada';
    --primary-color: #f38881;
    --secondary-color: #ffffff;
    --tertiary-color: #1f2020;
    --primary-color-border: rgba(153,46,39,.15);

    --h1-font-size: 72px;
    --h1-font-color: #1f2020;
    --h1-line-height: 76px;
    --h1-text-transform: initial;
    --h1-font-weight: initial;

    --h2-font-size: 36px;
    --h2-font-color: #1f2020;
    --h2-line-height: 40px;
    --h2-text-transform: initial;
    --h2-font-weight: initial;

    --h3-font-size: 22px;

    --line-theme1: #ffffff;
    --line-theme2: #f4f5f6;
    --line-theme3: #f38881;
    --line-theme4: linear-gradient(180deg, rgba(89,80,117,0.70) 0%, rgba(122,61,58,0.70) 100%);
    --navbar-inner-background: linear-gradient(45deg, #f38881 0%, #f38881 100%);

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

/*
 * Site
 */
#shownextelements a {
    color: #f38881;
}
