/**
 * This file has CSS specific to the gutenberg editor. It's applied in 
 * functions/theme-json.php
 */

/* Stop Gutenberg from using serif as default font and use the site font */
:where(.editor-styles-wrapper) {
    font-family: var(--bs-body-font-family);
}

.editor-editor-interface .interface-interface-skeleton__content {
    padding: 20px !important;
}