// Eventually, we want to move to a set of z-index constants, so we know for
// sure there are no rogue values floating around and we can totally predict
// the stacking order.
//
// However, for now we are starting by just collecting z-index values in these
// variables. This lets us see the relative stacking of elements even if they're
// not standardized.
//
// For example: https://gist.github.com/toadkicker/fc290e84d7bd861e3e73

@z-index-spectrum-preview: 0;
@z-index-ftm: 1005;
@z-index-site-header: 1024;
@z-index-site-navbar: 1024;
@z-index-modal-backdrop: 1251;
@z-index-modal: 1252;
@z-index-dropdown-menu: 1300;
@z-index-hover-tooltip: 1400;
@z-index-ftm-high: 8000;
@z-index-ftm-arrow-before: 8001;
@z-index-ftm-arrow-after: 8002;
@z-index-feedback: 9999;
@z-index-ftm-max: 50000;
@z-index-spectrum-container: 9999994;
