body {
    font-family: sans-serif;
}

.tsb {
    font-weight: 600;
}

.tb {
    font-weight: 700;
}

.twr {
    font-weight: 400;
}

.rr {
    font-family:  sans-serif;
    font-weight: 400;
}

.rb {
    font-family:  sans-serif;
    font-weight: 700;
}

.navbar-brand img {
    width:150px;

}
.navbar-address{
    width:300px;
}

.aspect-1 {
    aspect-ratio: 1;
}
.topbar-menu{
    list-style: none;
    margin:0px;
    padding:0px;
}
.topbar-menu li{
    display: inline-block;
    margin-right:6px;
}
.topbar-menu li a{
    font-weight: 500;
    color: white;
    font-size: 15px;

}


