html {
 /*   -webkit-font-smoothing:none; */
/*    -moz-osx-font-smoothing: grayscale; */
        background-color: #c0c0c0;
}

table {
    border:1px solid black;
}

hr {
    background-color: transparent;
    border: 2px inset;
}

header {
    border-bottom: 1px dashed #666;
}

.content h1.site-title {
    font-size: 1.75em;
    margin-bottom: .5714em;
}


.content h1.site-title  a {
    color: #666;
    
}

.footer {
    background-color: transparent;
}

/* :root {
    --bg-color:#f4ecd9;
    --bg-secondary-color:#dfc77d;
    --color-primary: #393d23;
    --color-lightGrey: #c3bf9b;
    --color-grey: #545d4c;
    --color-darkGrey: #212121;
    --color-secondary: #61230e;
}

@font-face {
    font-family: "KelmscottRoman";
    src: url('/~moondog8/assets/fonts/kelmscot.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "KelmscottRoman", "Times New Roman", "Georgia", serif;
}*/
