@font-face {
    font-family: 'SofiaSans-Italic';
    src: url('fonts/sofiasans-italic.woff2') format('woff2'),
         url('fonts/sofiasans-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'SofiaSans';
    src: url('fonts/sofiasans.woff2') format('woff2'),
         url('fonts/sofiasans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body.path-frontpage,
body:not(.path-frontpage) {
    font-family: 'SofiaSans', sans-serif;
}

h1.page-header {
    text-align: center;
}

article.full {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
