/* ========================================================================== 
   UNIQ TYPOGRAPHY
   Barlow is the single application typeface. This file loads last so older
   module-specific stacks cannot reintroduce synthetic or stroked lettering.
   ========================================================================== */

html,
body,
body *,
button,
input,
textarea,
select,
option,
optgroup,
table {
    font-family: "Barlow", "Arial Nova", "Helvetica Neue", Arial, sans-serif !important;
    font-synthesis: none !important;
    font-synthesis-weight: none !important;
    font-synthesis-style: none !important;
    font-variation-settings: normal !important;
    -webkit-text-stroke: 0 !important;
    -webkit-text-stroke-width: 0 !important;
    -webkit-text-stroke-color: transparent !important;
    -webkit-text-fill-color: currentColor !important;
    paint-order: normal !important;
    text-shadow: none !important;
}

html,
body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Use real Barlow weights instead of browser-generated emboldening. */
body { font-weight: 400; }
button,
.button,
.crm-filter,
.crm-tab,
.crm-view-option,
.filter-chip,
.day-tab,
.status-badge,
.capacity-pill,
.mini-tag,
.eyebrow,
.field-label,
.nav-section-label {
    font-weight: 700 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
.wordmark,
.metric-card strong,
.header-stat strong {
    font-weight: 800 !important;
}

/* Explicit solid rendering for controls reported as outlined on Windows. */
button,
.button,
.crm-filter,
.crm-tab,
.crm-view-option,
.filter-chip,
.day-tab,
.status-badge,
.capacity-pill,
.mini-tag,
.eyebrow,
.field-label,
.nav-section-label,
input,
textarea,
select,
option {
    -webkit-text-stroke: 0 transparent !important;
    -webkit-text-stroke-width: 0 !important;
    -webkit-text-stroke-color: transparent !important;
    text-shadow: none !important;
}

/* Keep active and dark controls fully legible. */
.crm-filter.active,
.crm-tab.active,
.crm-view-option.active,
.filter-chip.active,
.day-tab.active,
.nav-stack a.active,
.button.primary,
.dark-button,
.status-badge.accent-status,
.crm-scope.admin {
    color: #f8f6f2 !important;
    -webkit-text-fill-color: #f8f6f2 !important;
}
