﻿:root {
    --background: #333644;
    --foreground: #424556;
    --header-text: #fff;
    --copy-text: #b3b5bb;
}
body,
.app-content {
    background: var(--background);
}
.app-sidebar,
.tile {
    background: var(--foreground);
}

h1, h2, h3, h4, h5,
.table thead th {
    color: var(--header-text);
}

p,
label,
.table {
    color: var(--copy-text);
}