@font-face{
    font-family: "Gotham-Bold";
    src:url("./fonts/Gotham-Bold.otf") format("opentype");
}

@font-face{
    font-family: "Gotham-Light";
    src:url("./fonts/GothamLight.ttf") format("truetype");
}

#root{
font-family: "Gotham-Bold"
}