/* Solanascape site-wide RS combo: Plain 12 body + Bold 12 headings/UI */
html {
    font-size: 19px;
}

@media (min-width: 768px) {
    html {
        font-size: 20px;
    }
}

body {
    line-height: 1.55;
}

@font-face {
    font-family: 'RS Plain 12';
    src: url('/fonts/RuneScape-Plain-12.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'RS Bold 12';
    src: url('/fonts/RuneScape-Bold-12.ttf') format('truetype');
    font-display: swap;
}

body,
p,
li,
td,
th,
input,
textarea,
select,
label,
.lead,
.hint,
.muted,
.stat .sub,
.update-entry ul,
.guide-body,
.scroll-hint,
.staff-note,
.disclaimer,
footer,
time {
    font-family: 'RS Plain 12', monospace !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn,
button,
.tab,
.nav a,
.badge,
.stat .v,
.stat .k,
.stat .mint,
.update-entry h3,
.section-head h2,
.topbar .brand,
.card h3,
.step h4,
.updates-pill,
.pill,
.date-heading h2,
.entry h3,
strong,
th {
    font-family: 'RS Bold 12', monospace !important;
}

code,
.mint,
.pick-id,
td.rank,
td.val,
time,
.mono {
    font-family: 'JetBrains Mono', ui-monospace, monospace !important;
}
