/* Cinzel - Medium (500) */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/Cinzel-Medium.ttf') format('truetype');
}

/* Cinzel - Bold (700) */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/Cinzel-Bold.ttf') format('truetype');
}

/* IBM Plex Sans - Regular (400) */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/IBMPlexSans-Regular.ttf') format('truetype');
}

/* IBM Plex Sans - Medium (500) */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/IBMPlexSans-Medium.ttf') format('truetype');
}

/* IBM Plex Sans - SemiBold (600) */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/IBMPlexSans-SemiBold.ttf') format('truetype');
}
