@font-face {
  font-family: 'Lucida Bold';
  src: url('../fonts/lusida-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Lucida DM';
  src: url('../fonts/lusida-dm.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lucida Regular';
  src: url('../fonts/lusida-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope Bold';
  src: url('../fonts/manrope-bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope Regular';
  src: url('../fonts/manrope-regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
