@font-face {
    font-family: "InvescoInterstate";
    src:
        url("./fonts/InvescoInterstate-Light.woff") format("woff"),
        url("./fonts/InvescoInterstate-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "InvescoInterstate";
    src:
        url("./fonts/InvescoInterstate-Regular.woff") format("woff"),
        url("./fonts/InvescoInterstate-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "InvescoInterstate";
    src:
        url("./fonts/InvescoInterstate-Bold.woff") format("woff"),
        url("./fonts/InvescoInterstate-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Swift";
    src:
        url("./fonts/Swift-Light.woff") format("woff"),
        url("./fonts/Swift-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}
@font-face {

    font-family: "InvescoIcons";
    src:
        url("./fonts/InvescoIcons.woff") format("woff"),
        url("./fonts/InvescoIcons.ttf") format("truetype");
}
