/* font.css */
@font-face {
  font-family: 'Garet';
  src: url('/assets/Garet-Book.woff2') format('woff2'),
       url('/assets/Garet-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Garet';
  src: url('/assets/Garet-Heavy.woff2') format('woff2'),
       url('/assets/Garet-Heavy.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
