/* Vintage Goods Font - Proper Implementation */
@font-face {
  font-family: 'Vintage Goods';
  src: url('/fonts/VintageGoods-Regular.otf') format('opentype'),
       url('/fonts/vintageGoos-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
