/* BTraffic Custom Font */
@font-face {
    font-family: 'BTRAFFIC';
    src: url('../Btraffic/BTRAFFIC.woff2') format('woff2'),
         url('../Btraffic/BTRAFFIC.woff') format('woff'),
         url('../Btraffic/BTRAFFIC.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BTRAFFICB';
    src: url('../Btraffic/BTRAFB.woff2') format('woff2'),
         url('../Btraffic/BTRAFB.woff') format('woff'),
         url('../Btraffic/BTRAFB.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Default font for all elements */
body, input, button, select, textarea, label, option, .form-control, .form-select {
    font-family: 'BTRAFFIC', sans-serif;
}
h1, h2, h3, h4, h5, h6, strong, b {
    font-family: 'BTRAFFICB', sans-serif;
}
