@font-face {
  font-weight: 500;
  font-style: normal;
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2'),
    url('../fonts/Inter-Medium.woff') format('woff');
  font-display: swap;
}


/* @font-face {
  font-weight: 700;
  font-style: normal;
  font-family: 'LibraSerifModernBold';
  src: url('../fonts/LibraSerifModern-Bold.woff2') format('woff2'),
    url('../fonts/LibraSerifModern-Bold.woff') format('woff');
  font-display: swap;
} */
 /* @font-face {
  font-weight: 600;
  font-style: normal;
  font-family: 'Libra Serif Modern Bold-Italic';
 src: url('../fonts/LibraSerifModern-BoldItalic.woff2') format('woff2'),
    url('../fonts/LibraSerifModern-BoldItalic.woff') format('woff');
  font-display: swap;
} */
/* @font-face {
  font-weight: 400;
  font-family: 'Libra Serif Modern Italic';
  src: url('../fonts/LibraSerifModern-Italic.ttf');
} */

/* @font-face {
  font-weight: 300;
  font-style: normal;
  font-family: 'Libra Serif Modern';
  src:  url('../fonts/LibraSerifModern-Italic.woff2') format('woff2'), url('../fonts/LibraSerifModern-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
} */

/* @font-face { */
  /* font-weight: 700; */
  /* font-style: normal; */
  /* font-family: 'Inter'; */
  /* font-weight: 700; */
  /* font-display: swap; */
  /* src: url('https://fonts.cdnfonts.com/s/19984/LibraSerifModern-Bold.woff') format('woff'); */
  /* src: url('./Inter-Medium.woff') format('woff'); */
/* } */

@font-face {
  font-family: 'Libra Serif Modern';
  font-style: normal;
  font-weight: 400;
  src: local('Libra Serif Modern'), url('https://fonts.cdnfonts.com/s/19984/LibraSerifModern-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Libra Serif Modern';
  font-style: italic;
  font-weight: 400;
  src: local('Libra Serif Modern'), url('https://fonts.cdnfonts.com/s/19984/LibraSerifModern-Italic.woff') format('woff');
}
@font-face {
  font-family: 'Libra Serif Modern';
  font-style: normal;
  font-weight: 700;
  src: local('Libra Serif Modern'), url('https://fonts.cdnfonts.com/s/19984/LibraSerifModern-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Libra Serif Modern';
  font-style: italic;
  font-weight: 700;
  src: local('Libra Serif Modern'), url('https://fonts.cdnfonts.com/s/19984/LibraSerifModern-BoldItalic.woff') format('woff');
}

