/* font_faces */
            @font-face {
    font-family: 'TradeGothicNextLTPro';
    font-weight: 400;
    font-style: normal;
    src: url('/fonts/TradeGothicNextLTPro/TradeGothicNextLTPro-Rg.ttf') format('truetype');
}

@font-face {
    font-family: 'TradeGothicNextLTPro';
    font-weight: 300;
    font-style: normal;
    src: url('/fonts/TradeGothicNextLTPro/TradeGothicNextLTPro-Lt.ttf') format('truetype');
}

    
/* variables_css */
    :root {
                                                --font-weight: 300;
                                                            --headline1-font-weight: 400;
                                                            --headline2-font-weight: 400;
                                                            --headline3-font-weight: 400;
                                                            --nav-font-size: 16px;
                                                            --nav-font-weight: 400;
                                                            --nav-font-color: #FFFFFF;
                                                            --headline1-color: #8C0E28;
                                                            --headline2-color: #706F6F;
                                                            --headline3-color: #706F6F;
                                                            --headline1-font-size: 32px;
                                                            --headline2-font-size: 24px;
                                                            --headline3-font-size: 24px;
                                                            --text-color-invert: #FFFFFF;
                                                            --text-color-primary: #353535;
                                                            --text-color-secondary: #706F6F;
                                                            --nav-color: #000000;
                                                            --ongoing-color: #9A8C81;
                                                            --wait-color: #FAC205;
                                                            --neutral-secondary-color: #A8A7A6;
                                                            --neutral-primary-color: #706F6F;
                                                            --negative-color: #8C0E28;
                                                            --positive-color: #00A07A;
                                                            --info-color: #FFDD00;
                                                            --error-color: #CC1321;
                                                            --button-border-radius: 24px;
                                                            --background-color: #FFFFFF;
                                                            --background1-color: #F2F2F2;
                                                            --background2-color: #FFFFFF;
                                                            --background-image: url('/');
                                                            --button-next-color: #00A07A;
                                                            --button-back-color: #706F6F;
                                                            --primary-color: #353535;
                                                            --font-family: 'TradeGothicNextLTPro';
                                                            --font-size: 16px;
                                                            --event-headline-font-family: 'TradeGothicNextLTPro';
                                                            --event-headline-font-size: 32px;
                                                            --headline-font-family: 'TradeGothicNextLTPro';
                                                            --headline-font-size: 24px;
                                                            --event-notice-bg-color: transparent;
                                                            --event-notice-font-color: #353535;
                                                            --event-notice-border-color: #A8A7A6;
                                                            --event-notice-border-width: 2px;
                                                            --event-notice-title-color: #706F6F;
                                                            --logo-right-branded-mobile-height: px;
                                                            --logo-right-branded-desktop-height: px;
                        }

/* variables_css_override */
:root {
                            }

/* styles_css_override */

/* head_custom_css */

