:root {
            --font-family-display: 'Inter', sans-serif;
            --font-family-sans: 'Poppins', sans-serif;
            --font-family-heading: 'Orbitron', sans-serif;
}
        /* Typography */
        h1, h2, h3, .logo {
            font-family: var(--font-family-heading);
            font-weight: 800;
            text-transform: uppercase;
        }

        body {
            font-family: var(--font-family-sans);
            font-size: 16px;
            font-weight: 400;
        }

        strong {
            font-weight: 600;
        }

         .highnet-body {
            font-family: var(--font-family-display);
        }