@font-face{
    font-display:swap;
    font-family:'EB Garamond';
    font-style:normal;
    font-weight:400;
    src:url(../fonts/eb-garamond-v27-latin-regular.woff2) format('woff2'),
	url(../fonts/eb-garamond-v27-latin-regular.ttf) format('truetype')
}
:root{
    font-size:calc(1.05rem + .5vw)
}
*,::after,::before{
    box-sizing:border-box
}
select{
    font:inherit
}
h1,h2,h3,h4,h5,h6,p,small{
    overflow-wrap:break-word;
    text-align:center
}
.center{
    margin-left:auto;
    margin-right:auto;
    display:flex;
    align-items:center;
    justify-content:center
}
td,th{
    border-bottom:2px dotted #aaa
}
body,html{
    height:98%;
    width:97%;
    -webkit-font-smoothing:antialiased;
    font-family:EB Garamond,serif;
    background-color:#e9e9e9;
    color:#2b2b2b
}
a{
    color:#080808;
    background-color:transparent
}
a:link{
    text-decoration:none
}
a:visited{
    color:#555;
    text-decoration:none
}
a:hover{
    text-decoration:underline
}
a:active{
    text-decoration:underline
}
@media (prefers-color-scheme:dark){
    body,html{
        background-color:#2b2b2b;
        color:#e0e0e0
    }
    td,th{
        border-bottom:1px dotted #333
    }
    a{
        color:#f0f0f0
    }
    a:visited{
        color:#b7b7b7
    }
    img{
        filter:invert(1)
    }
}

