/* * Editor Styles * Styles for the WordPress block editor to match theme appearance */ body { font-family: 'Roboto', sans-serif; font-size: 15px; color: #4b5563; line-height: 1.7; } /* Typography */ h1, h2, h3, h4, h5, h6 { font-family: 'Roboto', sans-serif; color: #1f2937; font-weight: 700; } h1 { font-size: 28px; } h2 { font-size: 24px; } h3 { font-size: 22px; } /* Links */ a { color: #2563eb; text-decoration: none; } a:hover { color: #1e40af; } /* Paragraphs */ p { margin-bottom: 18px; line-height: 1.8; color: #374151; } /* Blockquote */ blockquote { border-left: 4px solid #2563eb; margin: 20px 0; padding: 18px 24px; background: #f8fafc; color: #374151; font-style: italic; }