@font-face {
    font-family: "Baskervville";
    src: url("../baskerville/Baskerville-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Skeletor";
    src: url("../skeletor/Version_0.5_80.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    background: rgb(246, 238, 238);
    margin: 2.7em 1em;
    font-family: "Baskervville";
    font-weight: 150;
    font-style: italic;
    font-display: swap;

}


p {
    max-width: 600px;
    font-size: 20px;
    line-height: 1.5;
    color: #6b4a4a;
    margin: 40px;
}
blockquote p {
    padding-left: 2em;
    font-family: "Baskervville";
    font-size: 26px;
    line-height: 1;
    font-style: normal;
    color: #3f4f48;
    font-display: swap;
}

hr {
    width: 2em;
    margin: 2em;
}
a {
    color: currentColor;
}

p.hero {
    font-family: "Skeletor";
    font-style: normal;
    color: #370000;
}