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

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

/*
 * Specific values
 */
:root {
    --font-family: 'Open Sans';
    --primary-color: #27c3c5;
    --secondary-color: #6adcad;
    --tertiary-color: #46e0bc;
    --primary-color-border: rgba(0,105,107,.15);

    --h1-font-family: 'Open Sans';
    --h1-font-size: 64px;
    --h1-font-color: #5c6566;
    --h1-line-height: 68px;

    --h2-font-family: 'Open Sans';
    --h2-font-size: 52px;
    --h2-font-color: #5c6566;
    --h2-line-height: 56px;

    --h3-font-size: 22px;

    --line-theme1: #ffffff;
    --line-theme2: #f7faf9;
    --line-theme3: linear-gradient(315deg, #27c3c5 0%, #6adcad 100%);
    --line-theme4: linear-gradient(135deg, rgba(39,195,197,0.90) 0%, rgba(106,220,173,0.90) 100%);
    --navbar-inner-background: linear-gradient(45deg, #27c3c5 0%, #27c3c5 100%);;

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