@font-face {
    font-family: "Oranienbaum";
    src: url("assets/Oranienbaum.ttf");
}

@font-face {
    font-family: 'Typography Times';
    src: url("assets/TypographyTimesRegular.ttf");
}

@font-face {
    font-family: 'Leorio';
    src: url("assets/Leorio.ttf");
}

@font-face {
    font-family: 'April';
    src: url("assets/April.ttf");
}

body {
    background-image: url("assets/bg.png");
    background-size: 64px;
    color: white;
    margin: 0;
}

h1 {
    font-family: 'Oranienbaum', serif;
    font-size: 72px;
    margin-bottom: 0;
}

h2 {
    font-family: 'Oranienbaum', serif;
    font-size: 36px;
}

h3 {
    font-family: 'Oranienbaum', serif;
    font-size: 28px;
}

.header > .secondary {
    font-size: 32px;
    margin: 0;
    line-height: normal;
}

.header > .tertiary {
    font-size: 20px;
    margin: 0;
}

.header {
    margin-bottom: 32px;
}

.page {
    padding: 0 5%;
}

p {
    font-family: 'Typography Times', serif;
    line-height: 150%;
}

.secondary {
    font-family: 'Leorio', 'Courier New', Courier, monospace;
    color: #0ce6f2;
}

.tertiary {
    font-family: 'April', cursive;
    color: #0098db;
}

.mystery {
    opacity: 10%;
    transition: opacity 1s ease;
}

.mystery:hover {
    opacity: 100%;
}
