/*--------------------------------------------------------------
 * EcomTrix Pro — Editor Styles
 *--------------------------------------------------------------*/
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    color: #1f2937;
    max-width: 720px;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    color: #111827;
}

h1 { font-size: 2.25rem; }
h2 { font-size: 1.875rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }

a {
    color: #111827;
}

blockquote {
    border-left: 4px solid #111827;
    padding: 1rem 1.5rem;
    background: #f9fafb;
    margin: 1.5rem 0;
    font-style: italic;
    color: #6b7280;
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
}
