:root {
    --black: #171717;
    --gold: #D9A21B;
    --light-gold: #E5B52A;
    --white: #FFFFFF;
    --cream: #F5EBD7;
}
body {
    background-color: #171717;
    font-family: 'Montserrat', sans-serif;
    color: #D9A21B;
}
.logo {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    letter-spacing: 4px;
    margin: 0;
    
}
.studio {
    color: white;
    font-size: 22px;
    margin-top: 5px;
    font-family: 'Playfair Display', serif;
    font-style: italic;

}
.categories {
    display: flex;
    justify-content: center;
    gap: 12px;
    color: #D9A21B;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4px;
    margin-top: 20px;
}
.hero {
    background-color: #171717;
    text-align: center;
    padding: 60px 20px;
    color: white;

}
.welcome {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 6px;
    margin-bottom: 10px;
}
.hero h1 {
    font-family: 'Playfair Display', serif;
    color: #D9A21B;
    font-size: 60px;
    letter-spacing: 5px;
    margin: 0;
}
.line {
    width: 60%;
    height: 1px;
    background-color: #D9A21B;
    margin: 25px auto;
}