@font-face {
    font-family: 'RobotoMonoCustom';
    src: url('RobotoMono-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoMonoCustom';
    src: url('RobotoMono-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoMonoCustom';
    src: url('RobotoMono-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

.font-mono {
    font-family: 'RobotoMonoCustom' !important;
}

.fw-600 {
    font-weight: 600 !important;
}
