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

.logo-with-text{
  font-size: 1rem;
   font-family: "Rubik" !important;
  font-weight: 900;
  
  
}

.logo-with-text.mobile{
  color: var(--kt-text-white) !important;
  
}

.logo-with-text.mobile img, .logo-with-text.big img{
  margin-right: 5px;
}
  
}
.logo-with-text img{
  margin-right: 10px;
}


.logo-with-text, .logo-with-text a{
  font-family: "Rubik" !important;
  font-weight: 900;
}

html[data-theme="dark"] body .logo-with-text, html[data-theme="dark"] body .logo-with-text a{
    color: #fff !important;
  
}

.logo-with-text.big{
  font-size: 1.5rem;
}
