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

.hero-gradient {
  background: linear-gradient(180deg, rgba(11,11,11,0) 0%, rgba(11,11,11,0.9) 80%, #0B0B0B 100%);
}

.gold-shimmer {
  background: linear-gradient(135deg, #39FF14 0%, #2ae500 100%);
}

body {
  min-height: max(884px, 100dvh);
}

.font-headline,
[class*="font-headline"] {
  letter-spacing: 0.02em !important;
}

.tracking-tight {
  letter-spacing: 0.02em !important;
}

.tracking-\[0\.1em\] {
  letter-spacing: 0.1em !important;
}

.text-base {
  font-size: 1.2rem !important;
}

.btn-cta {
  font-size: 1.2rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

#mobile-menu {
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
