@font-face {
    font-family: fantasque;
    font-style: normal;
    font-weight: 400;
    src: url( ../fonts/fantasque-400.otf ) format('truetype');
}

.param-list {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    margin: 4px;
    width: 400px;
    font-family: fantasque;
    font-weight: 400;
    font-size: 18px;
    opacity: 80%;
}

.param {
    position: relative;
    background-color: #111;
    height: 26px;
    line-height: 26px;
    margin: 2px;
    border: 1px solid #383838;
    border-radius: 2px;
    box-shadow: 0px 2px 4px rgba(0,0,0, 0.3);
    cursor: ew-resize;
}

.param-slider {
    position: absolute;
    top: 0; left: 0; height: 100%; width: 0;
    background-color: #445;
    pointer-events: none;
}

.param-value {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    text-align: center;
    color: white;
    user-select: none;
    pointer-events: none;
}
