@font-face {
    font-family: Nexa-Regular;
    src: url('/static/fonts/Nexa-Regular.otf');
}
@font-face {
    font-family: NexaBold;
    src: url('/static/fonts/Gotham-Book.otf');
}
@font-face {
    font-family: NexaBold;
    src: url('/static/fonts/NexaBold.otf');
    font-weight: bold;
}
@font-face {
    font-family: HelveticaNeue;
    src: url('/static/fonts/HelveticaNeueLTArabic-Light.ttf');
}
::-webkit-scrollbar {
    width: 9px;
    height: 7px
}

::-webkit-scrollbar-thumb {
    background: #049fda;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
    background: #2a51a3;
}