 body { font-family: Poppins } /* Nexa Regular */
@font-face { font-family: 'Nexa'; src: url('/fonts/nexa-regular.woff2') format('woff2'), url('/fonts/nexa-regular.woff') format('woff'), url('/fonts/nexa-regular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap;
}
/* Nexa Bold */
@font-face { font-family: 'Nexa'; src: url('/fonts/nexa-bold.woff2') format('woff2'), url('/fonts/nexa-bold.woff') format('woff'), url('/fonts/nexa-bold.ttf') format('truetype'); font-weight: 700; font-style: normal; font-display: swap;
}
/* Example usage */
body { font-family: 'Nexa', Arial, sans-serif;
} *{} #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; }
