/* Resets & Setup */
@import "reset.css";
@import "fonts.css";
@import "variables.css";
@import "base.css";

/* Core Layout & Typography */
p {
    font: 500 2rem / 1 var(--font-standard);
}
p sup {
    font-size: .48em;
    font-weight: 800;
}
.container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1em;
    height: 100%;
    justify-content: center;
    min-height: 100vh;
    padding: 10%;
}