﻿/* Golos UI Font Face Definitions */
@font-face {
    font-family: 'Golos UI';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/static/fonts/Golos_Text_Regular.woff') format('woff');
}

@font-face {
    font-family: 'Golos UI';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/static/fonts/Golos_Text_Medium.woff') format('woff');
}

@font-face {
    font-family: 'Golos UI';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/static/fonts/Golos_Text_Bold.woff') format('woff');
}

.not-viewed-row .mud-table-cell {
    background-color: #b8ffc8;
    font-weight: bold !important;
}