/*!
 * Lexend Font Family - Local Version
 * Self-hosted from Google Fonts
 */

/* Lexend Light (300) */
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/Lexend-Light.ttf') format('truetype');
}

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

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

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

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