/* Minimal styles required for gscan strict pass (Koenig editor classes + Ghost font vars). */
:root {
    --gh-font-heading: sans-serif;
    --gh-font-body: sans-serif;
}

body {
    font-family: var(--gh-font-body, sans-serif);
}

h1,
h2,
h3 {
    font-family: var(--gh-font-heading, sans-serif);
}

/* Required Koenig image width classes (GS050-CSS-KGWW / GS050-CSS-KGWF). */
.kg-width-wide {
    position: relative;
    width: 85vw;
    margin-inline: auto;
}

.kg-width-full {
    position: relative;
    width: 100vw;
    margin-inline: auto;
}
