/***************************************************************************
 *
 *   Computed HTML Runtime Environment
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 *   This program is distributed in the hope that it will be useful,
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 *   GNU General Public License for more details.
 *
 ***************************************************************************/

:root {
  --archetype-correction: 1.0;
}


*, *:before, *:after {
  box-sizing: border-box;
}

html {
font-size: calc(15px + 0.390625vw);
  overflow-y: scroll;
}

html, body {
    margin:0;
    padding:0;
    background:#fff; 
    color:#000;
}

body {
/*    font-family: system-ui, sans-serif;
font-family: Rockwell, 'Rockwell Nova', 'Roboto Slab', 'DejaVu Serif', 'Sitka Small', serif;
font-family: Superclarendon, 'Bookman Old Style', 'URW Bookman', 'URW Bookman L', 'Georgia Pro', Georgia, serif;
*/
font-family: Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;    
  font-size: calc(15px + 0.390625vw);
}

h1, h2, h3 {
    font-family: 'Iowan Old Style', 'Palatino Linotype', 'URW Palladio L', P052, serif;
    font-family: P052, serif;
    font-weight:bold;
    text-wrap: balance;
    margin:1em 0 1em 0;
line-height:1.2;
}

p {

/*font-family:serif;    font-family: Ubuntu, 'DejaVu Sans', sans-serif; */
/*    font-family: P052, serif;*/
   text-justify: pretty;
}

blockquote {

/*font-weight:bold;*/  text-justify:pretty;
}

/*
@view-transition {
  navigation: auto;
}
*/