/* DB Heavent Thin */
@font-face {
    font-family: 'DB Heavent';
    src: url('../fonts/DBHeavent-Thin.woff2') format('woff2'),
         url('../fonts/DBHeavent-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* DB Heavent Regular */
@font-face {
    font-family: 'DB Heavent';
    src: url('../fonts/DBHeavent.woff2') format('woff2'),
         url('../fonts/DBHeavent.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* DB Heavent Medium */
@font-face {
    font-family: 'DB Heavent';
    src: url('../fonts/DBHeavent-Med.woff2') format('woff2'),
         url('../fonts/DBHeavent-Med.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* DB Heavent Rounded Bold */
@font-face {
    font-family: 'DB Heavent Rounded';
    src: url('../fonts/DBHeaventRounded-Bold.woff2') format('woff2'),
         url('../fonts/DBHeaventRounded-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* DB Heavent Rounded Regular */
@font-face {
    font-family: 'DB Heavent Rounded';
    src: url('../fonts/DBHeaventRounded.woff2') format('woff2'),
         url('../fonts/DBHeaventRounded.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* DB Heavent Rounded Condensed */
@font-face {
    font-family: 'DB Heavent Rounded Cond';
    src: url('../fonts/DBHeaventRounded-Cond.woff2') format('woff2'),
         url('../fonts/DBHeaventRounded-Cond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}