/* DB Heavent Font Family */

/* Thin */
@font-face {
    font-family: 'DB Heavent';
    src: url('db_heavent_thin.woff2') format('woff2'),
        url('db_heavent_thin.woff') format('woff'),
        url('db_heavent_thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    line-height: 1;
}

@font-face {
    font-family: 'DB Heavent';
    src: url('db_heavent_thin_it.woff2') format('woff2'),
        url('db_heavent_thin_it.woff') format('woff'),
        url('db_heavent_thin_it.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
    line-height: 1;
}

/* Ultra Light */
@font-face {
    font-family: 'DB Heavent';
    src: url('db_heavent_ulli.woff2') format('woff2'),
        url('db_heavent_ulli.woff') format('woff'),
        url('db_heavent_ulli.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
    line-height: 1;
}

@font-face {
    font-family: 'DB Heavent';
    src: url('db_heavent_ulli_it.woff2') format('woff2'),
        url('db_heavent_ulli_it.woff') format('woff'),
        url('db_heavent_ulli_it.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
    line-height: 1;
}

/* Light */
@font-face {
    font-family: 'DB Heavent';
    src: url('db_heavent_li.woff2') format('woff2'),
        url('db_heavent_li.woff') format('woff'),
        url('db_heavent_li.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    line-height: 1;
}

@font-face {
    font-family: 'DB Heavent';
    src: url('db_heavent_li_it.woff2') format('woff2'),
        url('db_heavent_li_it.woff') format('woff'),
        url('db_heavent_li_it.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
    line-height: 1;
}

/* Regular */
@font-face {
    font-family: 'DB Heavent';
    src: url('db_heavent.woff2') format('woff2'),
        url('db_heavent.woff') format('woff'),
        url('db_heavent.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    line-height: 1;
}

@font-face {
    font-family: 'DB Heavent';
    src: url('db_heavent_it.woff2') format('woff2'),
        url('db_heavent_it.woff') format('woff'),
        url('db_heavent_it.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    line-height: 1;
}

/* Medium */
@font-face {
    font-family: 'DB Heavent';
    src: url('db_heavent_med.woff2') format('woff2'),
        url('db_heavent_med.woff') format('woff'),
        url('db_heavent_med.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    line-height: 1;
}

@font-face {
    font-family: 'DB Heavent';
    src: url('db_heavent_med_it.woff2') format('woff2'),
        url('db_heavent_med_it.woff') format('woff'),
        url('db_heavent_med_it.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
    line-height: 1;
}

/* Bold */
@font-face {
    font-family: 'DB Heavent';
    src: url('db_heavent_bd.woff2') format('woff2'),
        url('db_heavent_bd.woff') format('woff'),
        url('db_heavent_bd.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    line-height: 1;
}

@font-face {
    font-family: 'DB Heavent';
    src: url('db_heavent_bd_it.woff2') format('woff2'),
        url('db_heavent_bd_it.woff') format('woff'),
        url('db_heavent_bd_it.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
    line-height: 1;
}

/* Black */
@font-face {
    font-family: 'DB Heavent';
    src: url('db_heavent_blk.woff2') format('woff2'),
        url('db_heavent_blk.woff') format('woff'),
        url('db_heavent_blk.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    line-height: 1;
}

@font-face {
    font-family: 'DB Heavent';
    src: url('db_heavent_blk_it.woff2') format('woff2'),
        url('db_heavent_blk_it.woff') format('woff'),
        url('db_heavent_blk_it.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
    line-height: 1;
}