﻿@import './_variables.css';
.empty-working-set-details {
    background-color: var(--norma__neutral--grey-6);
    height: 100%;
    color: var(--Logistic-Suit-Accent-Dark-Gray);
    display: flex;
    text-align: center;
    justify-content: center;
    justify-items: center;
    font-family: BrownStdRegular;
}

.empty-working-set-details-drag-here-text {
    align-self: center;
}

@font-face {
    font-family: BrownStdRegular;
    src: url(../fonts/BrownStd-Regular.otf);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
