/**
 * Theme Name: STT child
 * Template: astra
 * Version: 1.0.3
 * Text Domain: stt-child
 */

/* 1. Stili lapas publiskajai daļai */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 17px;
    color: #333;
}

/* 2. Stili redaktora iekšienei (Gutenberg) */
.editor-styles-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 17px !important;
    line-height: 1.6 !important;
    color: #333 !important;
}

.editor-styles-wrapper h1, 
.editor-styles-wrapper h2, 
.editor-styles-wrapper h3 {
    font-weight: 600 !important;
    color: #000 !important;
}

/* --- 1. FONTI UN REDAKTORS (Šim jābūt ārpus Media Query) --- */
.editor-styles-wrapper, 
.editor-styles-wrapper p, 
.editor-styles-wrapper h1, 
.editor-styles-wrapper h2, 
.editor-styles-wrapper h3,
body, p, h1, h2, h3 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}
