/* ========================================
   The White Rehab - Font Style
   ======================================== */

/* Font Faces */
@font-face {
    font-family: 'DB Heavent';
    src: url('../font/DB-Heavent.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'DB Heavent';
    src: url('../font/DB-Heavent-Med.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DB Heavent';
    src: url('../font/DB-Heavent-Bd.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'DB Heavent';
    src: url('../font/DB-Heavent-Blk.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
