/* Base */
:root{
  --fluens-hero-gradient: linear-gradient(135deg, #000b25 0%, #0b2147 100%);
}

.material-symbols-outlined{
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

.hero-gradient{background: var(--fluens-hero-gradient);}
.signature-gradient{background: var(--fluens-hero-gradient);}

.glass-nav{
  background: rgba(249, 249, 252, 0.6);
  backdrop-filter: blur(24px);
}

.text-editorial{letter-spacing:-0.02em;}

/* Helpers */
html{scroll-behavior:smooth;}

/* Mobile menu */
[data-mobile-menu][aria-hidden="true"]{display:none;}
