@font-face {
    font-family: "VNBDisplay";
    src: url('../fonts/EncodeSans-Bold.woff2') format('woff2'),
        url('../fonts/EncodeSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: "VNBDisplay";
    src: url('../fonts/EncodeSans-Regular.woff2') format('woff2'),
        url('../fonts/EncodeSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
   font-family: "VNBText";
    src: url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "VNBText";
    src: url('../fonts/PlusJakartaSans-Bold.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

@font-face {
     font-family: "VNBText";
    src: url('../fonts/PlusJakartaSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: "VNBText";
    src: url('../fonts/PlusJakartaSans-Italic.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: block;
}


@font-face {
    font-family: "VNBSerif";
    src: url('../fonts/STIXTwoText-Regular.woff2') format('woff2'),
        url('../fonts/STIXTwoText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "VNBSerif";
    src: url('../fonts/STIXTwoText-Italic.woff2') format('woff2'),
        url('../fonts/STIXTwoText-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: "VNBSerif";
    src: url('../fonts/STIXTwoText-BoldItalic.woff2') format('woff2'),
        url('../fonts/STIXTwoText-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: "VNBSerif";
    src: url('../fonts/STIXTwoText-Bold.woff2') format('woff2'),
        url('../fonts/STIXTwoText-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: block;
}