/*
Theme Name: Roemte
Theme URI: #
Author: Eurico Sa Fernandes
Author URI: http://oort.network
Description: WordPress theme for Roemte
Version: 1.0
Text Domain: roemte
*/
body:has(.ProjectModal.is-active) .Layout {
    z-index: 999;
    pointer-events: none;
  }
  
body:has(.ProjectModal.is-active) .Layout__main {
    opacity: 0;
    pointer-events: none;
}