@font-face {
    font-family: 'customFont'; /* Choose a name to use throughout your CSS */
    src: url('../fonts/BricolageGrotesque-ExtraBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Improves performance */
  }
  