@font-face {
    font-family: 'Roboto';
    src: url('/dist/fonts/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/dist/fonts/roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/dist/fonts/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html,
body,
input,
select,
textarea,
button,
.form-control,
.dropdown-menu,
.top-menu,
.menu,
.content {
    font-family: 'Roboto', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* خوانایی بهتر متن و اعداد بدون تغییر ساختار قالب */
html { font-size: 16.5px; }
body, input, select, textarea, button, .form-control { font-size: 1rem; }
.table th, .table td { font-size: .96rem; }
input[type="number"], input[type="time"], [data-loading-metric], .shift-stat-card .value { font-variant-numeric: tabular-nums; }
@media (max-width: 768px) {
    html { font-size: 17px; }
}
