@font-face {
    font-family: "HeadingFont";
    src: url("./billcorpnar-bold.otf") format("opentype");
    font-weight: 700;
    font-display: swap;
}

:root{
    --heading-font: "HeadingFont", sans-serif;
}