:root {
    --sidebar-width: 20%;
    --collapsed-sidebar-width: 70px;
    --sidebar-top: 60PX;
    --zeescreen-primary-color: #860026;
    --zeescreen-secondary-color: #222222;
    --zeescreen-tertiary-color: #c03236;
    --zeescreen-light-grey: #eeeeee;
    --zeescreen-light-red: #c0323a;
}

@font-face {
    font-family: 'raleway';
    src: url('/fonts/raleway-regular.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'raleway-bold';
    src: url('/fonts/raleway-bold.eot');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'raleway-light';
    src: url('/fonts/raleway-light.eot');
    font-weight: 300;
    font-style: normal;
}

/* * {
    font-family: "raleway", Helvetica, Arial, sans-serif;;
} */