/*
Theme Name: Grenland
Author: ilya
Tags: full-site-editing, editor-style, block-styles, block-patterns
Text Domain: grenland
*/

::-webkit-input-placeholder {
  direction: rtl!important;
  text-align: right;
}
::-moz-placeholder {
  direction: rtl!important;
  text-align: right;
}
::placeholder {
  direction: rtl!important;
  text-align: right;
}
