/* ===== FOND COWORKING CENTRE ATLAS — global ===== */
html { min-height: 100%; }
body {
  background: url('/static/coworking_bg.jpg') center center / cover no-repeat fixed !important;
  position: relative;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(10, 25, 55, 0.50);
}
body > * { position: relative; z-index: 1; }
