/*
  Dredbot Font - Bold
  Place this CSS file in the same folder as the font files,
  or update the URLs below to match your fonts folder path.
*/

@font-face {
  font-family: 'Dredbot Font';
  src: url('./DredbotFont-Bold.woff2') format('woff2'),
       url('./DredbotFont-Bold.woff') format('woff'),
       url('./DredbotFont-Bold.ttf') format('truetype'),
       url('./DredbotFont-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Optional utility class */
.font-dredbot {
  font-family: 'Dredbot Font', sans-serif;
  font-weight: 700;
}
