@font-face {
    font-family: 'RM Neue';
    src: url('../fonts/rm-neue/RMNeue-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RM Neue';
    src: url('../fonts/rm-neue/RMNeue-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RM Neue';
    src: url('../fonts/rm-neue/RMNeue-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RM Neue';
    src: url('../fonts/rm-neue/RMNeue-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RM Neue';
    src: url('../fonts/rm-neue/RMNeue-Black.ttf') format('truetype');
    font-weight: 800 900;
    font-style: normal;
    font-display: swap;
}

html,
body,
button,
input,
select,
textarea,
.btn,
.form-control,
.form-select,
.navbar,
.brand-text,
.content-wrapper,
.main-sidebar,
.main-header {
    font-family: 'RM Neue' !important;
}
