@font-face {
    font-family: 'Lexend', sans-serif;
    src: url('Lexend-Regular.ttf'),
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Lexend', sans-serif;
    src: url('Lexend-Medium.ttf'),
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lexend', sans-serif;
    src: url('Lexend-Bold.ttf'),
    font-weight: 600;
    font-style: normal;

}