/* Font fallbacks */
@font-face {
    font-family: "Helvetica Neue";
    font-display: swap;
    src: local("Helvetica Neue"), local("Arial"), sans-serif;
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Playtoy";
    font-display: swap;
    src: local("Comic Sans MS"), local("Arial"), sans-serif;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Rockwell";
    font-display: swap;
    src: local("Times New Roman"), local("Georgia"), serif;
    font-weight: 700;
    font-style: normal;
}

/* Override problematic font references */
body {
    font-family: "Helvetica Neue", Arial, sans-serif !important;
}

.footer__top-menu ul li a {
    font-family: "Playtoy", "Comic Sans MS", Arial, sans-serif !important;
}

.tokenomics__cap > span:nth-child(2) {
    font-family: "Rockwell", "Times New Roman", serif !important;
}
