:root{
    --font-family: "Source Sans Pro", Helvetica, sans-serif !important;
    --font-weight: 200;
    --font-smoothing: initial;
    
    --background-color: #F4F5F7;
    --top-container-background-color: #F4F5F7;
    --top-container-display: none;
    
    --top-row-color: #9C9D9F;
    --top-row-color-active:  #009DDC;
    --top-row-border-active:  none;
    --top-row-link-decoration: underline;
    --top-row-link-height: 1rem;
    --top-row-link-margin: 0 1.5rem 0 0;
    --top-row-link-padding: 0 0 0 0;
    --top-row-letter-spacing: 2px;
    --top-row-font-size: 1rem;

    --logo-top-left-max-height: 0px;
    --logo-top-left-max-width: 0px;
    --logo-top-left-padding:0px;
    --logo-top-left-conteiner-width:0;

    --top-row-padding: 0 1.5rem 0 2rem !important;
    
    --main-margin: 60px 0 0 100px;
    
    --color-text: #9C9D9F;
    --siderbar-background-color: #F4F5F7;
    --siderbar-background-image: none !important;
    --siderbar-box-shadow:  none;
    --siderbar-display: block;
    --siderbar-active-link-color: #009DDC !important;
    --siderbar-active-background-color:  none;
}