/* Lexend Font */
@font-face {
  font-family: 'Lexend';
  font-weight: 100;
  src: url('/fonts/Lexend-Thin.ttf') format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-weight: 200;
  src: url('/fonts/Lexend-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-weight: 300;
  src: url('/fonts/Lexend-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-weight: 400;
  src: url('/fonts/Lexend-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-weight: 500;
  src: url('/fonts/Lexend-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-weight: 600;
  src: url('/fonts/Lexend-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-weight: 700;
  src: url('/fonts/Lexend-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-weight: 800;
  src: url('/fonts/Lexend-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-weight: 900;
  src: url('/fonts/Lexend-Black.ttf') format('truetype');
}
