﻿/* ==========================================================================
   BOOTSTRAP 4 POLYFILLS & MIGRATION HELPER
   Temporary utility classes mimicking Bootstrap 5+ helpers.
   Search for the 'bstodo-' prefix in the solution to cleanup during BS5 migration.
   ========================================================================== */

/* Utility classes for font weight */
.bstodo-fw-normal {
    font-weight: 400 !important;
}

.bstodo-fw-medium {
    font-weight: 500 !important;
}

.bstodo-fw-semibold {
    font-weight: 600 !important;
}

.bstodo-fw-bold {
    font-weight: 700 !important;
}

/* Font size 16px polyfill (BS5 'fs-6' equivalent) */
.bstodo-fs-6 {
    font-size: 1rem !important; /* 16px */
}
