:root {
    --font-display: "Unbounded", Arial, sans-serif;
    --font-body: "Manrope", Arial, sans-serif;
}

body,
input,
select,
textarea,
button {
    font-family: var(--font-body) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title,
.section-title,
.name,
.mark {
    font-family: var(--font-display) !important;
    font-weight: 800 !important;
    letter-spacing: -.09em;
}

.title,
.section-title,
.name {
    font-weight: 900 !important;
}

.site-navigation,
.code,
.date,
.clock,
.readout,
.note,
.hint,
.progress,
.leader,
.stats,
.achievement p,
.item p,
.post p,
.copy {
    font-family: var(--font-body) !important;
}
