/*
Theme Name: Gutenberg Theme  
Version: 1.0
Description: Simple theme for Gutenberg editor
*/

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1rem;
}

p {
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #4F46E5;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}