@font-face {
  font-family: "jawa";
  src: url("assets/fonts/TuladhaJejeg_gr.ttf") format("truetype");
}
body {
  background: rgb(229, 221, 255);
}

.button {
  background: rgb(227, 57, 133);
}

.button:active,
.button:focus,
.button:hover {
  background: rgb(194, 71, 242);
}

.layout-single-column .ui__header {
  background: rgb(64, 44, 38);
}

.tabs-bar__wrapper, .column-header, .column-header__button {
  background: rgb(194, 71, 242);
}

.column > .scrollable {
  background: rgb(78, 61, 64);
}

.columns-area__panels__pane--navigational .navigation-panel {
  background: rgb(64, 44, 38);
}

.status__display-name, .status__relative-time {
  color: rgb(229, 221, 255);
}

.column-link--transparent.active {
  color: rgb(194, 71, 242);
}

.drawer__header {
  background: rgb(227, 57, 133);
  border-radius: 4px;
  overflow: hidden;
}
.drawer__header .drawer__tab {
  color: rgb(229, 221, 255);
}

.drawer__inner {
  background: rgb(64, 44, 38);
}

.drawer__inner__mastodon {
  background-color: rgb(64, 44, 38);
}
.drawer__inner__mastodon img {
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}

.search__input {
  background: rgb(64, 44, 38);
}

.notification__filter {
  background: rgb(64, 44, 38);
}

.column-header {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  overflow: hidden;
}

.column-header__back-button {
  background: rgb(227, 57, 133);
  color: rgb(229, 221, 255);
}

.column-subheading {
  background: rgb(64, 44, 38);
}

.column-link {
  background: rgb(64, 44, 38);
}

.account__section-headline, .notification__filter-bar {
  background: rgb(64, 44, 38);
}

.account__section-headline button, .notification__filter-bar button {
  background: rgb(64, 44, 38);
}

.account__section-headline a.active:after, .account__section-headline button.active:after, .notification__filter-bar a.active:after, .notification__filter-bar button.active:after {
  border-color: transparent transparent rgb(78, 61, 64);
}

.account__section-headline a.active:after, .account__section-headline a.active:before, .account__section-headline button.active:after, .account__section-headline button.active:before, .notification__filter-bar a.active:after, .notification__filter-bar a.active:before, .notification__filter-bar button.active:after, .notification__filter-bar button.active:before {
  border-color: transparent transparent rgb(78, 61, 64);
}

.status {
  border-bottom-color: rgb(229, 221, 255);
}
.compose-form__highlightable{
	background:rgb(78, 61, 64);
	border-color:rgb(78, 61, 64);
}
.compose-form .autosuggest-textarea__textarea, .compose-form .spoiler-input__input{
	background:rgb(78, 61, 64);
}
.admin-wrapper .content-wrapper{
	background:rgb(78, 61, 64);
}
@media screen and (max-width: 1174px) {
  .columns-area__panels__pane--navigational .navigation-panel {
    border-left-color: rgb(229, 221, 255);
  }
}
.layout-single-column .columns-area--mobile:has(.compose-form){
  background: rgb(64, 44, 38);
}


