@font-face {
  font-family: 'Hind';
  src: url('../fonts/hind-light-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Hind';
  src: url('../fonts/hind-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: #000;
    color: #fff;
    font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.splash-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    text-align: center;
}

.color-shift {
    font-weight: 700; 
    font-size: 12vw;
    letter-spacing: 0.00005em;
    cursor: pointer;
    user-select: none;
    margin-bottom: 0; 
}

.color-shift span {
    transition: color 0.5s ease;
}

.subtitle {
    color: #FFD700;
    font-weight: 300;
    font-size: 2vw;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-top: 5px; 
    margin-left: 0.4em;
}

@media (max-width: 600px) {
  .color-shift {
    font-size: 25vw;
  }
  .subtitle {
    font-size: 4vw;  
    letter-spacing: 0.2em;
  }
}