
/* This is a placeholder for the Cooper BT font */
/* Since Cooper BT is a premium font, users would need to purchase and self-host it */
/* For demonstration purposes, we'll use a system font fallback */

@font-face {
  font-family: 'Cooper BT';
  src: local('Cooper Black');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Cooper BT';
  src: local('Cooper Black');
  font-weight: 400;
  font-style: normal;
}
