/**
 * Custom site-wide styles
 * Loaded after main.css to allow overrides
 */

:root {
  --color-text: #ffffff;
}

.nav__link {
  color: var(--color-text);
  text-decoration: none;
}

.vl_intro {
  padding: 40px 0 30px 0;
}

.vl_intro img{
  margin-bottom: 40px;
}

/* Fix megamenu dropdown z-index */
#global-header {
  z-index: 9999;
}

#global-header .subnav-wrap {
  z-index: 9998;
}

/* Fix Font Awesome icon content stripped during CSS build */
.fa-instagram:before { content: "\f16d"; }
.fa-facebook-f:before { content: "\f39e"; }
.fa-linkedin-in:before { content: "\f0e1"; }
.fa-youtube:before { content: "\f167"; }
.fa-tiktok:before { content: "\e07b"; }
.fa-x-twitter:before { content: "\e61b"; }
