/* Omnes Font Family */
@font-face {
  font-family: 'Omnes';
  src: url('/static/fonts/Omnes-Regular.otf') format('opentype'),
       url('/static/fonts/Omnes-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Omnes';
  src: url('/static/fonts/Omnes-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Omnes SemiBold';
  src: url('/static/fonts/Omnes-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Omnes Black';
  src: url('/static/fonts/Omnes-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Playfair Display SC Font Family */
@font-face {
  font-family: 'Playfair Display SC';
  src: url('/static/fonts/PlayfairDisplaySC-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display SC';
  src: url('/static/fonts/PlayfairDisplaySC-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}