/* Global styles */
/* Global styles */

/* Use @font-face to load Arista Pro Alternate Bold */
@font-face {
    font-family: 'Arista Pro';
    src: url('../arista_pro/Arista-Pro-Bold-trial.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Arista Pro Light';
    src: url('../arista_pro/Arista-Pro-Light-trial.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Arista Pro Alternate Light';
    src: url('../arista_pro/Arista-Pro-Alternate-Light-trial.ttf') format('truetype');
    font-style: normal;
}


#sidebar_header {
    margin-left: auto;
   margin-right: auto;
}