/*
 * Innovasive — DB Heavent v3.2.1 webfont family
 *
 * The .woff2 files in this directory are the v3.2.1 CFF/PostScript build,
 * which has no TrueType hints and no `gasp` table. That avoids the heavy
 * gridfit instructions in v3.2.0 that distort digit stems on Windows
 * DirectWrite at UI sizes (16-22px). Do NOT swap in any .woff/.ttf for
 * these — the WOFF v3.2.1 files are the OLD TT-hinted build.
 *
 * Roman + italic, 7 weights each = 14 faces.
 */

/* Thin = 100 */
@font-face {
    font-family: 'Innovasive';
    src: url('db-heavent-thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Innovasive';
    src: url('db-heavent-thin-italic.woff2') format('woff2');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* Ultra Light = 200 */
@font-face {
    font-family: 'Innovasive';
    src: url('db-heavent-ultralight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Innovasive';
    src: url('db-heavent-ultralight-italic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* Light = 300 */
@font-face {
    font-family: 'Innovasive';
    src: url('db-heavent-light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Innovasive';
    src: url('db-heavent-light-italic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Regular = 400 */
@font-face {
    font-family: 'Innovasive';
    src: url('db-heavent-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Innovasive';
    src: url('db-heavent-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Medium = 500 */
@font-face {
    font-family: 'Innovasive';
    src: url('db-heavent-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Innovasive';
    src: url('db-heavent-medium-italic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Bold = 700 */
@font-face {
    font-family: 'Innovasive';
    src: url('db-heavent-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Innovasive';
    src: url('db-heavent-bold-italic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Black = 900 */
@font-face {
    font-family: 'Innovasive';
    src: url('db-heavent-black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Innovasive';
    src: url('db-heavent-black-italic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
