@import url('https://fonts.googleapis.com/css2?family=Major+Mono+Display&family=Urbanist:wght@300;400;500;700;800&display=swap');

body{
    font-family: 'Urbanist', sans-serif;
    font-size:18px;
    font-weight: 400;
}

h1,h2,h3,h4{
    font-weight: 800;
}

.bg{
    background-attachment: fixed;
    background-position: center center;
    background-size:cover;
    background-repeat: no-repeat;
}

.text-brown{
    color: #611313;
}

.white-shadow{
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.btn{
    font-weight: 500;
}

.btn-primary{
    background-color: #611313;
    border-color: #611313;
}

.btn-primary:hover{
    background-color: #951e1e;
    border-color: #951e1e;
}

.top-header{
    height:60px;
    background-color: #49260A;
    color:#fff;
}

.songIcon{
    max-width: 35px;
}

.songLine{
    border-bottom: solid 1px #bebebe;
}

.songLine span.badge{
    font-family: 'Major Mono', monospace;
    font-weight: 400!important;
    font-size: 14px;
}
