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

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

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

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

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

/* Lekton Font Family */
@font-face {
    font-family: 'Lekton';
    src: url('./lekton/lekton-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lekton';
    src: url('./lekton/lekton-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lekton';
    src: url('./lekton/lekton-400-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
} 