@font-face {
    font-family: vend-sans;
    src: url(../fonts/VendSans-Regular.woff2);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: vend-sans;
    src: url(../fonts/VendSans-Italic.woff2);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: vend-sans;
    src: url(../fonts/VendSans-Medium.woff2);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: vend-sans;
    src: url(../fonts/VendSans-MediumItalic.woff2);
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: vend-sans;
    src: url(../fonts/VendSans-SemiBold.woff2);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: vend-sans;
    src: url(../fonts/VendSans-SemiBoldItalic.woff2);
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: vend-sans;
    src: url(../fonts/VendSans-Bold.woff2);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: vend-sans;
    src: url(../fonts/VendSans-BoldItalic.woff2);
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: vend-sans;
    src: url(../fonts/VendSans-Light.woff2);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: vend-sans;
    src: url(../fonts/VendSans-LightItalic.woff2);
    font-weight: 300;
    font-style: italic;
}