/* Custom Font Declarations */

/* Primary Font - BearNose */
@font-face {
  font-family: 'BearNose';
  src: url('./fonts/BearNose.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Figtree Font is now loaded via Google Fonts link in index.html */ 