:root {
    --theme-primary: #005f83;
    --theme-secondary: #75c0af;
    --theme-tertiary: #00a79d;
    --theme-emphasis: #FCAF17;
    --theme-emphasis-alt: #ED174C;

    --theme-text-dark: #343434;

    --theme-highlight-light: #9de7d7;
    --theme-highlight-dark: #00a79d;

    --theme-link-color: #003366;

    --theme-tile-hover-color:  var(--theme-text-dark);
    --theme-tile-hover-bg: var(--theme-highlight-light);
}

.tender-table a {
    font-weight: bold;
}

.tender-row-state {
    color: var(--theme-color-green);
    font-weight: bold;
}

.closing_date {
    color: var(--theme-color-red);
    font-weight: bold;
}