/* NodeWatch Typography Styles
   Using IBM Plex Sans font with enhanced weights and tabular figures */

/* Base typography with IBM Plex Sans */
body {
    font-weight: 500;
}

/* Headers with heavier weights */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

h1, h2 {
    font-weight: 700;
}

/* Tabular figures for numerical displays */
.tabular-nums,
[data-numeric],
.font-mono,
table td,
.text-3xl,
.text-2xl,
.text-xl {
    font-feature-settings: 'tnum' 1;
}

/* Utility class for explicit tabular numbers */
.tnum {
    font-feature-settings: 'tnum' 1;
}
