/*
Theme Name: 309th Explorer Scouts
Author: Explorers at 309th Scouts
Version: 1.0
*/


@import url('https://fonts.googleapis.com/css2?family=Momo+Trust+Display&display=swap');

.momo-font {
  font-family: "Momo Trust Display", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  
}



    .hero-text-container {
        text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 40px 20px;
    }

    .greeting {
      font-weight: 700;
      font-size: 3rem;
      margin-bottom: 10px;
      color: #fff;
    }

    .intro {
      font-size: 1.25rem;
      color: #fff;
      justify-content: center;
      align-items: center;
    }

    .dynamic-text {
      font-weight: 600;
      color: #6bd5eb;
      border-right: 2px solid #6bd5eb;
      white-space: nowrap;
      display: inline-block;
      padding-right: 5px;
      margin-left: 5px;
      animation: blink 0.8s step-end infinite;
      vertical-align: bottom;
    }

    @keyframes blink {
      0%, 49% { border-color: #6bd5eb; }
      50%, 100% { border-color: transparent; }
    }
