@font-face {
    font-family: "Brandon Grotesque";
    src: url("BrandonGrotesque-Medium.woff2") format("woff2"),
        url("BrandonGrotesque-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
  
@font-face {
    font-family: "Brandon Grotesque";
    src: url("BrandonGrotesque-Bold.woff2") format("woff2"),
        url("BrandonGrotesque-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Brandon Grotesque";
    src: url("BrandonGrotesque-Black.woff2") format("woff2"),
        url("BrandonGrotesque-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Brandon Grotesque";
    src: url("BrandonGrotesque-Regular.woff2") format("woff2"),
        url("BrandonGrotesque-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Brandon Grotesque";
    src: url("BrandonGrotesque-Light.woff2") format("woff2"),
        url("BrandonGrotesque-Light.woff") format("woff");
    font-weight: lighter;
    font-style: normal;
}