/**
 * Editorin tyylit lohkomuokkaukseen
 */

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
}

.wp-block {
    max-width: 1200px;
}

.wp-block[data-align="wide"] {
    max-width: 1400px;
}

.wp-block[data-align="full"] {
    max-width: none;
}

/* Otsikot */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

/* Värit */
.has-primary-color {
    color: #007cba;
}

.has-primary-background-color {
    background-color: #007cba;
}

.has-secondary-color {
    color: #764ba2;
}

.has-secondary-background-color {
    background-color: #764ba2;
}