@font-face {
    font-family: 'Manrope';
    src: url('Manrope-ExtraBold.ttf');
    src: local('Manrope ExtraBold'), local('Manrope-ExtraBold'),
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('Manrope-Bold.ttf');
    src: local('Manrope Bold'), local('Manrope-Bold'),
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('Manrope-SemiBold.ttf');
    src: local('Manrope SemiBold'), local('Manrope-SemiBold'),
    font-weight: 600;
    font-style: normal;
}

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

@font-face {
    font-family: 'Manrope';
    src: url('Manrope-Regular.ttf');
    src: local('Manrope Regular'), local('Manrope-Regular'),
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('Manrope-Light.ttf');
    src: local('Manrope Light'), local('Manrope-Light'),
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('Manrope-ExtraLight.ttf');
    src: local('Manrope ExtraLight'), local('Manrope-ExtraLight'),
    font-weight: 200;
    font-style: normal;
}







