/* App font override (loaded via AdminLTE plugins). */

@font-face {
    font-family: 'NRT';
    src: url('../fonts/NRT-Reg.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'NRT', 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
}
