/* BDO Grotesk Font Styles */

/* Font Face Declarations */
@font-face {
  font-family: 'BDO Grotesk';
  src: url('/BDOGrotesk-Regular-BF648a656fd543a.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BDO Grotesk';
  src: url('/BDOGrotesk-Bold-BF648a656f8559f.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Global Application */
body, html, h1, h2, h3, h4, h5, h6, p, span, div, button, input, textarea, a {
  font-family: 'BDO Grotesk', Arial, sans-serif !important;
}
