/*
 * 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,.15);

    --h1-font-family: 'Roboto Condensed';
    --h1-font-size: 64px;
    --h1-font-color: #1a1a1a;
    --h1-line-height: 68px;

    --h2-font-family: 'Roboto Condensed';
    --h2-font-size: 52px;
    --h2-font-color: #1a1a1a;
    --h2-line-height: 56px;

    --h3-font-size: 32px;

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

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

#main-composition h1 {
    text-transform: uppercase;
    font-weight: bold;
}
#main-composition h2 {
    text-transform: uppercase;
    font-weight: bold;
}
#main-composition h3 {
    font-family: 'Roboto Condensed';
    letter-spacing: 0;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: bold;
}
