* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/Manrope/Manrope-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/Manrope/Manrope-Medium.ttf) format('truetype');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/Manrope/Manrope-SemiBold.ttf) format('truetype');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700 800;
  font-display: swap;
  src: url(fonts/Manrope/Manrope-ExtraBold.ttf) format('truetype');
}

@font-face {
  font-family: 'Noto Serif Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/NotoSerifDisplay/NotoSerifDisplay-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Noto Serif Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/NotoSerifDisplay/NotoSerifDisplay-Italic.ttf) format('truetype');
}

@font-face {
  font-family: 'Noto Serif Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/NotoSerifDisplay/NotoSerifDisplay-SemiBold.ttf) format('truetype');
}

@font-face {
  font-family: 'Noto Serif Display';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/NotoSerifDisplay/NotoSerifDisplay-SemiBoldItalic.ttf) format('truetype');
}

@font-face {
  font-family: 'Noto Serif Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/NotoSerifDisplay/NotoSerifDisplay-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Noto Serif Display';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/NotoSerifDisplay/NotoSerifDisplay-BoldItalic.ttf) format('truetype');
}
