@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');

.righteous-regular {
    font-family: "Righteous", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
.brand-name{
    color: #747474;
}

.navbar .nav-link.active{
    color: #FC5E3F;
}