html {
    font-size: 100%;
    min-width: 22.5rem;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
}

html, body {
    background: orange;
    font-family: "Playfair Display";
    margin: 0;
}

p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

h1 {
    color: rgba(0, 0, 0, .75);
}
