
  :root {
    --main: #004b87;
    --supporting: #4dabfe;
    --textPrimary: #222222;
    --backgroundMain: #ffffff;
    --surfaceSecondary: #eeeeee;
    --borders: #cfcfcf;
    --textSecondary: #666666;
    --danger: #e52e48;
    --warning: #ffb900;
    --success: #02ca5e;
    --sidebarWidth: 250px;
    --headerHeight: 100px;
    --spacing: 8px;
    --basicShadow: rgba(0, 0, 0, 0.15);
    --headerZIndex: 50;
    --surfaceZIndex: 40;
  }
  