/* VTF Justina HUM font standard for portal */

@font-face {
    font-family: 'VTF Justina HUM';
    src: url('/static/fonts/VTFJustinaHUM-Regular.otf') format('opentype');
    font-weight: normal;
}

@font-face {
    font-family: 'VTF Justina HUM';
    src: url('/static/fonts/VTFJustinaHUM-Bold.otf') format('opentype');
    font-weight: bold;
}

@font-face {
    font-family: 'VTF Justina HUM';
    src: url('/static/fonts/VTFJustinaHUM-Light.otf') format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: 'VTF Justina HUM';
    src: url('/static/fonts/VTFJustinaHUM-Black.otf') format('opentype');
    font-weight: 900;
}

body, html {
    font-family: 'VTF Justina HUM', Arial, sans-serif;
}
