/* PostGrotesk-Bold */
@font-face {
  font-family: 'PostGrotesk-Bold';
  src: url('./fonts/PostGrotesk-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* PostGrotesk-BoldItalic */
@font-face {
  font-family: 'PostGrotesk-BoldItalic';
  src: url('./fonts/PostGrotesk-BoldItalic.woff2') format('woff2');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

/* PostGrotesk-Book */
@font-face {
  font-family: 'PostGrotesk-Book';
  src: url('./fonts/PostGrotesk-Book.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* PostGrotesk-BookItalic */
@font-face {
  font-family: 'PostGrotesk-BookItalic';
  src: url('./fonts/PostGrotesk-BookItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

/* PostGrotesk-Medium */
@font-face {
  font-family: 'PostGrotesk-Medium';
  src: url('./fonts/PostGrotesk-Medium.woff2') format('woff2');
  font-weight: 500; /* Or "medium" depending on your font file */
  font-style: normal;
  font-display: swap;
}

/* PostGrotesk-MediumItalic */
@font-face {
  font-family: 'PostGrotesk-MediumItalic';
  src: url('./fonts/PostGrotesk-MediumItalic.woff2') format('woff2');
  font-weight: 500; /* Or "medium" depending on your font file */
  font-style: italic;
  font-display: swap;
}
