/* ZType Black */
@font-face {
    font-family: 'ZType';
    src: url('ZType-Black.woff2') format('woff2'),
    url('ZType-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'ZType';
    src: url('ZType-BlackItalic.woff2') format('woff2'),
    url('ZType-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

/* ZType Bold */
@font-face {
    font-family: 'ZType';
    src: url('ZType-Bold.woff2') format('woff2'),
    url('ZType-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'ZType';
    src: url('ZType-BoldItalic.woff2') format('woff2'),
    url('ZType-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

/* ZType ExtraBlack */
@font-face {
    font-family: 'ZType';
    src: url('ZType-ExtraBlack.woff2') format('woff2'),
    url('ZType-ExtraBlack.woff') format('woff');
    font-weight: 950;
    font-style: normal;
}

@font-face {
    font-family: 'ZType';
    src: url('ZType-ExtraBlackItalic.woff2') format('woff2'),
    url('ZType-ExtraBlackItalic.woff') format('woff');
    font-weight: 950;
    font-style: italic;
}

/* ZType Light */
@font-face {
    font-family: 'ZType';
    src: url('ZType-Light.woff2') format('woff2'),
    url('ZType-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'ZType';
    src: url('ZType-LightItalic.woff2') format('woff2'),
    url('ZType-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

/* ZType Regular (по умолчанию) */
@font-face {
    font-family: 'ZType';
    src: url('ZType.woff2') format('woff2'),
    url('ZType.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* ZType Italic */
@font-face {
    font-family: 'ZType';
    src: url('ZType-Italic.woff2') format('woff2'),
    url('ZType-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

/* ZType SemiBold */
@font-face {
    font-family: 'ZType';
    src: url('ZType-SemiBold.woff2') format('woff2'),
    url('ZType-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'ZType';
    src: url('ZType-SemiBoldItalic.woff2') format('woff2'),
    url('ZType-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

/* ZType Variable */
@font-face {
    font-family: 'ZType';
    src: url('ZTypeVar.woff2') format('woff2'),
    url('ZTypeVar.woff') format('woff');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'ZType';
    src: url('ZTypeVar-Italic.woff2') format('woff2'),
    url('ZTypeVar-Italic.woff') format('woff');
    font-weight: 100 900;
    font-style: italic;
}