/* Wird nur eingebunden, wenn beide lokalen Schriftdateien vorhanden sind. */
@font-face {
font-family: "Manrope Local";
src: url("/assets/font/manrope-variable.ttf") format("truetype");
font-style: normal;
font-weight: 200 800;
font-display: swap;
}

@font-face {
font-family: "DM Sans Local";
src: url("/assets/font/dm-sans-variable.ttf") format("truetype");
font-style: normal;
font-weight: 100 1000;
font-display: swap;
}

body,
button,
input,
textarea,
select {
font-family: "Manrope Local", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.metric-value,
.detail-list dd,
.calculator-result > strong,
.calculator-result dd,
.monitor-rank,
.monitor-specs,
.test-page,
.test-step-count,
input[type="number"],
output {
font-family: "DM Sans Local", "Manrope Local", system-ui, sans-serif;
font-variant-numeric: tabular-nums;
}
