:root {
  --bg:
    #08090a;

  --sidebar-bg:
    #0b0c0e;

  --surface:
    #0f1012;

  --surface-hover:
    #17191c;

  --surface-active:
    #202226;

  --border:
    #202226;

  --border-strong:
    #32353a;

  --text-primary:
    #f4f4f5;

  --text-secondary:
    #a6a9ae;

  --text-muted:
    #686c72;

  --sidebar-width:
    220px;

  --sidebar-width-collapsed:
    66px;

  --topbar-height:
    68px;
}
