@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
@font-face {
    font-family: "ProtoGrotesk";
    font-weight: normal;
    font-style: normal;
    src: url("ProtoGrotesk/Proto Grotesk-Regular-Web.eot");
    src: url("ProtoGrotesk/Proto Grotesk-Regular-Web.woff") format("woff"),
    url("ProtoGrotesk/Proto Grotesk-Regular-Desktop.otf") format("opentype"),
    url("ProtoGrotesk/Proto Grotesk-Regular-Web.woff2") format("woff2");
}

@font-face {
    font-family: "ProtoGrotesk";
    font-weight: bold;
    font-style: normal;
    src: url("ProtoGrotesk/Proto Grotesk-Bold-Web.eot");
    src: url("ProtoGrotesk/Proto Grotesk-Bold-Web.woff") format("woff"),
    url("ProtoGrotesk/Proto Grotesk-Bold-Desktop.otf") format("opentype"),
    url("ProtoGrotesk/Proto Grotesk-Bold-Web.woff2") format("woff2");
}