/* Toxigenesis Bold - Webfont */
@font-face {
  font-family: 'Toxigenesis';
  src: url('https://hub.gfxlabs.com/fonts/ToxigenesisRg-Bold.woff2') format('woff2'),
       url('https://hub.gfxlabs.com/fonts/ToxigenesisRg-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Example usage */
body {
  font-family: 'Toxigenesis', sans-serif;
}
