@font-face {
    font-family: "InterFooter"; /* Unique name to avoid conflicts */
    src: url("/fonts/inter-tight-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

footer {
    font-family: "InterFooter", sans-serif;
    text-align: center;
    padding: 1rem;
    background-color: #000; /* Ensure it has its own background */
    color: white;
    width: 100%;
}
