@font-face {
    font-family: 'CircularStd';
    font-weight: 400;
    font-style: normal;
    src: local('CircularStd'), url('CircularStd-Book.otf') format('opentype');
}

@font-face {
    font-family: 'CircularStd';
    font-weight: 500;
    font-style: normal;
    src: local('CircularStd'), url('CircularStd-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'CircularStd';
    font-weight: 700;
    font-style: normal;
    src: local('CircularStd'), url('CircularStd-Bold.otf') format('opentype');
}

.pointer {
    cursor: pointer;
}


::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #838383;
}
