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

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

/*
 * Specific values
 */
:root {
    --font-family: 'Rubik';
    --primary-color: #0188d9;
    --secondary-color: #0b334a;
    --tertiary-color: #fbfbfb;
    --primary-color-border: rgba(0,46,127,.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: 60px;

    --h3-font-size: 28px;

    --line-theme1: #ffffff;
    --line-theme2: #fafafa;
    --line-theme3: linear-gradient(135deg, #0188d9 0%, #35c8d8 100%);
    --line-theme4: linear-gradient(135deg, rgba(1,136,217,0.90) 0%, rgba(53,200,216,0.90) 100%);
    --navbar-inner-background: linear-gradient(45deg, #0188d9 0%, #0188d9 100%);

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