@import url("https://use.typekit.net/cjy0pnw.css");
body {
	font-family: myriad-pro, sans-serif !important;
}
.compose-form__publish-button-wrapper button {
  text-indent: -9999px;
  line-height: 0; /* Collapse the original line */
}
.status__content .emojione {
width:32px !important;
height: 32px !important;
transition-duration:0.08s;
}
.status__content .emojione:hover {
transform: scale(1.8);
filter: drop-shadow(0 0 3px #0c0c0c);
z-index:99;
}

.user_setting_always_send_emails {
display: none;
}
.server-banner__meta__column {
display: none;
}
.server-banner__meta {
display: none;
}

.reactions-bar__item__emoji {
height: 32px !important;
width: 32px !important;
}


.user-role-1 {
  --user-role-accent: #000000;
}

.user-role-3 {
  --user-role-accent: #942192;
}

.user-role-4 {
  --user-role-accent: #ffc4ab;
}

.user-role-5 {
  --user-role-accent: #ffeeee;
}

