@font-face {
    font-family: "Editorial";
    src: url("PPEditorialNew-Ultralight.otf") format("opentype");
    font-style: normal;
}
@font-face {
    font-family: "Sans";
    src: url("PPEditorialSans-Medium.otf") format("opentype");
    font-style: normal;
}
p {
    font-family: "Editorial";
    font-size: 96px;
}
strong {
    font-family: "Sans";
}
a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: black;
    text-decoration-thickness: 2px;
    text-decoration-skip-ink: none;
    color: black;
}
body {
    background-image: url("noise.gif");
    margin: 2 vh;
    background-color: rgba(255, 255, 255, 0.9);
    background-blend-mode: lighten;
}
body ::selection {
    background-color: black;
    color: white;
}
