/*
 * Custom fonts
 *
 * Put your font file(s) into: public/fonts/
 * This project is configured to load a local font file.
 *
 * Your font file (example):
 *   public/fonts/NRT-Reg.ttf
 */

@font-face {
    font-family: 'NRT';
    src: url('../fonts/NRT-Reg.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Apply globally in AdminLTE */
body {
    font-family: 'NRT', 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
