/* For WYSIWYG Editor */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;400;700&display=swap');
body#tinymce {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}