/* 1. Book (Regular) */
@font-face {
  font-family: 'Sagona';
  src: url('SAGONABOOK.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* 2. Book Italic */
@font-face {
  font-family: 'Sagona';
  src: url('SAGONABOOKITALIC.TTF') format('truetype');
  font-weight: normal;
  font-style: italic;
}

/* 3. Bold */
@font-face {
  font-family: 'Sagona';
  src: url('SAGONABOOKBOLD.TTF') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/* 4. Bold Italic */
@font-face {
  font-family: 'Sagona';
  src: url('SAGONABOOKBOLDITALIC.TTF') format('truetype');
  font-weight: bold;
  font-style: italic;
}

/* 5. Extra Light */
@font-face {
  font-family: 'Sagona';
  src: url('SAGONAEXTRALIGHT.TTF') format('truetype');
  font-weight: 200; /* Standard weight for Extra Light */
  font-style: normal;
}