@font-face {
    font-family: "Editorial New";
    src: url("resources/PPEditorialNew-Regular.otf");
}

/* in Mori, 'fi' ligature is ugly, disable that. no other side effects on this page at time of writing. Also enable Alt g. */
@font-face {
    font-family: "Mori";
    font-feature-settings: "liga" 0, "ss03";
    src: url("resources/PPMori-Regular.otf");
}

@font-face {
    font-family: "Mori Semibold";
    font-feature-settings: "liga" 0, "ss03";
    src: url("resources/PPMori-Semibold.otf");
}

html {
    font-family: Mori, Helvetica, Arial, sans-serif;
    font-size: 16pt;
    color: #333;
    background-color: #ccc;
}

body {
    width: max-content;
    height: max-content;
    margin: 5vh auto auto auto;
}

h1 {
    font-size: 64pt;
    margin: 0;
}

h2 {
    font-size: 30pt;
    font-family: "Mori Semibold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin: 0;
}

a:link { color: #335; }
a:visited { color: #535; }

.fancy {
    font-family: 'Editorial New', 'Times New Roman', Times, serif;
}
ul {
    line-height: 1.2;
}
