/* Cormorant Garamond - Regular */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('./fonts/CormorantGaramond-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}

/* Cormorant Garamond - Medium */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('./fonts/CormorantGaramond-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}

/* Cormorant Garamond - Bold */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('./fonts/CormorantGaramond-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}

/* Metal Mania */
@font-face {
  font-family: 'Metal Mania';
  src: url('./fonts/MetalMania-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
