@import url("/wp-content/themes/aemi/assets/css/fonts.css");

.editor-styles-wrapper,
.editor-styles-wrapper textarea,
.editor-styles-wrapper input,
.editor-post-title .editor-post-title__input,
.block-editor-rich-text__editable,
.block-editor-block-list__block,
.wp-block,
.rich-text {
  font-family: -apple-system, BlinkMacSystemFont, "Inter Var", "Inter",
    system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
}
tt,
var,
kbd,
samp,
code,
pre,
.editor-styles-wrapper code,
.editor-styles-wrapper kbd {
  font-family: "JetBrains Mono", "Hack", Courier, "Courier New", monospace !important;
}
