/* Snacklebox-specific display font. Font Awesome is loaded separately by the layouts. */
@font-face {
    font-family: "Brady Bunch Remastered";
    src: url("/Fonts/BradyBunchRemastered.eot");
    src: url("/Fonts/BradyBunchRemastered.eot?#iefix") format("embedded-opentype"),
         url("/Fonts/BradyBunchRemastered.woff2") format("woff2"),
         url("/Fonts/BradyBunchRemastered.woff") format("woff"),
         url("/Fonts/BradyBunchRemastered.ttf") format("truetype"),
         url("/Fonts/BradyBunchRemastered.svg#BradyBunchRemastered") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
