﻿:root {
    /* Colors: */
    --selection-background: #d7e2fa;
    --color-primary-accent: #ff7800;
    --color-secondary-accent: #001a71;
    --color-warning: darkorange;
    --color-waiting: dimgray;
    --color-disabled: lightgray;
    --color-error: red;
    --color-success: forestgreen;
    --color-failure: darkred;
    --color-active: #8fff00;
    --color-performer: #f5bc3f;
    --color-business: #ff824d;
    --color-mission: #5dfac8;
    /* Measurements: */
    --top-bar-height: 55px;
    --detail-view-width: 400px;
    /* Icons */
    --icon-color-default: #a1a1a1;
    --icon-color-disabled: #a1a1a13b;
    /* Fonts: */
    --font-size-largest: 1.25rem; /* 20px */
    --font-size-larger: 1.125rem; /* 18px */
    --font-size-normal: 1rem; /* 16px */
    --font-size-smaller: 0.875rem; /* 14px */
    --font-size-smallest: 0.75rem; /* 12px */
    --font-weight-bold: 600;
}
