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

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

/*
 * Specific values
 */
:root {
    --font-family: 'Lato';
    --primary-color: #4a90e2;
    --secondary-color: #6d76b5;
    --tertiary-color: #575e66;
    --primary-color-border: rgba(0,54,136,.15);

    --h1-font-family: 'Lato';
    --h1-font-size: 64px;
    --h1-font-color: #575e66;
    --h1-line-height: 68px;

    --h2-font-family: 'Lato';
    --h2-font-size: 52px;
    --h2-font-color: #575e66;
    --h2-line-height: 56px;

    --h3-font-size: 22px;

    --line-theme1: #ffffff;
    --line-theme2: #fafafa;
    --line-theme3: linear-gradient(180deg, #4a90e2 0%, #6d76b5 100%);
    --line-theme4: linear-gradient(135deg, rgba(74,144,226,0.90) 0%, rgba(109,118,181,0.90) 100%);
    --navbar-inner-background: linear-gradient(45deg, #4a90e2 0%, #4a90e2 100%);

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