@font-face {
  font-family: 'InknutAntiqua';
  src: url('/fonts/InknutAntiqua-Black.ttf') format('truetype');
  font-weight: 900; /* Black weight */
  font-style: normal;
}

@font-face {
  font-family: 'InknutAntiqua';
  src: url('/fonts/InknutAntiqua-ExtraBold.ttf') format('truetype');
  font-weight: 800; /* Extra Bold weight */
  font-style: normal;
}

@font-face {
  font-family: 'InknutAntiqua';
  src: url('/fonts/InknutAntiqua-Bold.ttf') format('truetype');
  font-weight: 700; /* Bold weight */
  font-style: normal;
}

@font-face {
  font-family: 'InknutAntiqua';
  src: url('/fonts/InknutAntiqua-SemiBold.ttf') format('truetype');
  font-weight: 600; /* Semi Bold weight */
  font-style: normal;
}

@font-face {
  font-family: 'InknutAntiqua';
  src: url('/fonts/InknutAntiqua-Medium.ttf') format('truetype');
  font-weight: 500; /* Medium weight */
  font-style: normal;
}

@font-face {
  font-family: 'InknutAntiqua';
  src: url('/fonts/InknutAntiqua-Regular.ttf') format('truetype');
  font-weight: 400; /* Regular weight */
  font-style: normal;
}

@font-face {
  font-family: 'InknutAntiqua';
  src: url('/fonts/InknutAntiqua-Light.ttf') format('truetype');
  font-weight: 300; /* Light weight */
  font-style: normal;
}

@font-face {
  font-family: 'Cardo';
  src: url('/fonts/Cardo-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cardo';
  src: url('/fonts/Cardo-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Cardo';
  src: url('/fonts/Cardo-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
