/* Be Viet Nam Pro, alias: bvnp */
@font-face {
    font-family: 'bvnp';
    src: url('../fonts/bvnp/BeVietnamPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'bvnp';
    src: url('../fonts/bvnp/BeVietnamPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'bvnp';
    src: url('../fonts/bvnp/BeVietnamPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


/* bogart, alias: bog */
@font-face {
    font-family: 'bog';
    src: url('../fonts/bogart/Bogart-Semibold-trial.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* bogart, alias: bog */
@font-face {
    font-family: 'bog600nonumber';
    src: url('../fonts/bogart/Bogart-Semibold-trial.ttf') format('truetype');
    font-style: normal;
}


@font-face {
    font-family: 'bog';
    src: url('../fonts/bogart/BOGARTMEDIUMTRIAL.TTF') format('truetype');
    font-weight: 500;
    font-style: normal;
}



/* Nunito, alias: nun */
@font-face {
    font-family: 'nun';
    src: url('../fonts/nunito/Nunito-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'nun';
    src: url('../fonts/nunito/Nunito-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


.text-blue {
    color: #0B90DB;
}