@font-face {
    font-family: "Vito Black";
    src: url("/static/fonts/Vito-Black.woff2") format("woff2"),
         url("/static/fonts/Vito-Black.woff") format("woff");
}

@font-face {
    font-family: "Vito Black Italic";
    src: url("/static/fonts/Vito-BlackItalic.woff2") format("woff2"),
         url("/static/fonts/Vito-BlackItalic.woff") format("woff");
}

@font-face {
    font-family: "Vito Regular";
    src: url("/static/fonts/Vito-Regular.woff2") format("woff2"),
         url("/static/fonts/Vito-Regular.woff") format("woff");
}

@font-face {
    font-family: "Vito Regular Italic";
    src: url("/static/fonts/Vito-RegularItalic.woff2") format("woff2"),
         url("/static/fonts/Vito-RegularItalic.woff") format("woff");
}

@font-face {
    font-family: "Vito Medium Italic";
    src: url("/static/fonts/Vito-MediumItalic.woff2") format("woff2"),
         url("/static/fonts/Vito-MediumItalic.woff") format("woff");
}

@font-face {
    font-family: "Vito Light Italic";
    src: url("/static/fonts/Vito-LightItalic.woff2") format("woff2"),
         url("/static/fonts/Vito-LightItalic.woff") format("woff");
}

@font-face {
    font-family: "Vito Light";
    src: url("/static/fonts/Vito-Light.woff2") format("woff2"),
         url("/static/fonts/Vito-Light.woff") format("woff");
}

@font-face {
    font-family: "Vito Extra Light";
    src: url("/static/fonts/Vito-ExtraLight.woff2") format("woff2"),
         url("/static/fonts/Vito-ExtraLight.woff") format("woff");
}

@font-face {
    font-family: "Vito Extended Extra Light";
    src: url("/static/fonts/Vito-ExtendedExtraLight.woff2") format("woff2"),
         url("/static/fonts/Vito-ExtendedExtraLight.woff") format("woff");
}

@font-face {
    font-family: "Vito Condensed Bold";
    src: url("/static/fonts/Vito-CondensedBold.woff2") format("woff2"),
         url("/static/fonts/Vito-CondensedBold.woff") format("woff");
}

@font-face {
    font-family: "Vito Condensed Light";
    src: url("/static/fonts/Vito-CondensedLight.woff2") format("woff2"),
         url("/static/fonts/Vito-CondensedLight.woff") format("woff");
}

