﻿@import './_variables.css';

@font-face {
    font-family: BrownStdRegular;
    src: url(../fonts/BrownStd-Regular.otf);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: BrownStdBold;
    src: url(../fonts/BrownStd-Bold.otf);
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}



.working-set-trailer-details-small-font {
    font-family: BrownStdRegular;
}

.working-set-trailer-details-green-font {
    color: var(--Logistic-Suit-Netural-Green3);
}


.working-set-trailer-details-user-icon {
    display: block;
}

.working-set-trailer-details-user-icon-row {
    margin-block-end: 10px;
}

/* remove it */
.hidden {
    display: none !important;
}
