

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*автарка*/
.menu-item-profile img {
  border-radius:100px;
  border: 1px solid #f2f2f2;
  block-size: 70%;
  margin-top: 3px;  
}
.menu-item-profile.selected img,
.menu-item-profile.active img
{
  border: 1px solid #f2f2f2 !important;
  }

.talks-widget-button {
    background: #4e4e4e !important;}


html body, .form-control{
  font-family: "Raleway", sans-serif !important;
}
h1, h2, h3, h4, .logo-text, .filter-block h4{
    font-family: "Raleway", sans-serif !important;}

h3 {
    font-size: var(--cardTitleSize);
    font-weight: 600 !important;
}

a {
    color: #212121 !important;
}
.wlink a {
    color: #ffffff !important;
}
