h1 {
    font-family: 'Yellowtail', cursive;
    font-weight: 400;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.1;
    color: #d4af37;
    text-align: center;
    margin-bottom: 20px;
}
h2 {
    font-family: 'Yellowtail', cursive;
    font-weight: 400;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.1;
    color: #d4af37;
    text-align: center;
    margin-bottom: 20px;
}
.header-brand-text {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.header-brand-text span {
    font-family: 'Yellowtail', cursive;
    font-size: 2.5rem;
    color: #d4af37;
    font-weight: 400;
    text-shadow: 0 0 15px rgba(212,175,55,.25);
}
.header-brand-text strong {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 8px;
    font-size: .75rem;
    color: #ffffff;
    text-transform: uppercase;
}
