/*
Theme Name: Stem Cell Institute
Theme URI: https://example.com
Author: ParkerWhite - Rick Sanchez
Description: Custom ACF-driven theme (no Gutenberg) with sticky header + offcanvas mega menu, GSAP, and page templates.
Version: 1.0
Text Domain: stem-cell
*/


html body {font-family: "Host Grotesk", sans-serif;}

/*******WORDPRESS BUTTON**********/

a.wp-block-button__link.wp-element-button {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    background: var(--SKY, #6FDCFF);
    font-weight: bold;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.gt-current-lang img {
    display: none !important;
}



/* Global GSAP fade */
.gsap-fade{
  opacity: 0;
  transform: translateY(60px);
}

.gsap-fade-left{
  opacity: 0;
  transform: translateX(-60px);
}

.gsap-fade-right{
  opacity: 0;
  transform: translateX(60px);
}







