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

@font-face {
    font-family: "PitchWeb Bold";
    src: url("./assets/fonts/PitchWeb-Bold.eot") format("eot"),
        url("./assets/fonts/PitchWeb-Bold.woff") format("woff"),
        url("./assets/fonts/PitchWeb-Bold.woff2") format("woff2");
}

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

@font-face {
    font-family: "PitchWeb Bold Italic";
    src: url("./assets/fonts/PitchWeb-BoldItalic.eot") format("eot"),
        url("./assets/fonts/PitchWeb-BoldItalic.woff") format("woff"),
        url("./assets/fonts/PitchWeb-BoldItalic.woff2") format("woff2");
}