/* Republic Past: gemeinsame Typografie fuer die zentralen Seiten */
html{
    scroll-behavior:smooth;
}
body{
    background:#f8f3e8;
    color:#1f211d;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
    line-height:1.65;
}
h1,
h2,
h3,
.brand strong,
.hero .motto{
    font-family:"Iowan Old Style","Charter",Georgia,"Times New Roman",serif;
}
h1,
h2,
h3{
    line-height:1.18;
}
.hero .claim,
.hero .subclaim{
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}
button,
input,
textarea,
select{
    font:inherit;
}
