@use 'sass:color';
@use '../mastodon/functions' as *;
@use 'variables' as local;

:root {
  --dropdown-border-color: #e5dbd0;
  --dropdown-background-color: #fff;
  --modal-border-color: #e5dbd0;
  --modal-background-color: rgba(255, 255, 255, 0.95);
  --background-border-color: #e5dbd0;
  --background-color: #faf8f5;
  --background-color-tint: rgba(250, 248, 245, 0.9);
  --surface-variant-background-color: #fff;
  --surface-border-color: #d4c8b8;
  --rich-text-container-color: rgba(255, 230, 240, 100%);
  --rich-text-text-color: rgba(140, 60, 100, 100%);
  --rich-text-decorations-color: rgba(199, 125, 170, 100%);
}

body {
  --text-x-direction: 1;

  &.rtl {
    --text-x-direction: -1;
  }
}
