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

@font-face {
    font-family: "Mori";
    src: url("resources/PPMori-Regular.otf");
}

@font-face {
    font-family: "Mori Semibold";
    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: 5% auto auto auto;
}

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

h2 {
    font-size: 30pt;
    font-family: "Mori Semibold";
    margin: 0;
}

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

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