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

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

/*
 * Specific values
 */
:root {
    --font-family: 'Roboto';
    --primary-color: #9cdf38;
    --secondary-color: #2d2d2d;
    --tertiary-color: #191919;
    --primary-color-border: rgba(66,133,0,0.15);

    --h1-font-family: 'Roboto Condensed';
    --h1-font-size: 72px;
    --h1-font-color: #FFFFFF;
    --h1-line-height: 76px;
    --h1-text-transform: uppercase;
    --h1-font-weight: bold;

    --h2-font-family: 'Roboto Condensed';
    --h2-font-size: 48px;
    --h2-font-color: #FFFFFF;
    --h2-line-height: 52px;
    --h2-text-transform: uppercase;
    --h2-font-weight: bold;

    --h3-font-size: 36px;

    --line-theme1: #f3f6f9;
    --line-theme2: #e9edf1;
    --line-theme3: linear-gradient(315deg, #4d4d4d 0%, #1a1a1a 100%);
    --line-theme4: linear-gradient(135deg, rgba(13,13,13,0.75) 0%, rgba(51,51,51,0.75) 100%);
    --navbar-inner-background: linear-gradient(45deg, #4d4d4d 0%, #4d4d4d 100%);

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

#main-composition h3 {
    font-family: var(--font-family);
    letter-spacing: 0;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
}
