@font-face {
  font-family: 'EB Garamond';
  src: url('./assests/fonts/Gramount_Font/EBGaramond-Regular.woff2')
      format('woff2'),
    url('./assests/fonts/Gramount_Font/EBGaramond-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-and-DM/Lora-Italic.woff2') format('woff2'),
    url('../fonts/Lora-and-DM/Lora-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'DM Serif Text';
  src: url('../fonts/Lora-and-DM/DMSerifText-Regular.woff2') format('woff2'),
    url('../fonts/Lora-and-DM/DMSerifText-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rosarivo';
  src: url('../fonts/Rosarivo-Font/Rosarivo-Regular.woff2') format('woff2'),
    url('../fonts/Rosarivo-Font/Rosarivo-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
