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

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

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

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

@font-face {
    font-family: 'Manrope';
    src: url('Manrope-Thin.otf');
    src: local('Manrope Thin'), local('Manrope-Thin'), url('Manrope-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

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

@font-face {
    font-family: 'Manrope';
    src: url('Manrope-ExtraBold.eot');
    src: local('Manrope ExtraBold'), local('Manrope-ExtraBold'), url('Manrope-ExtraBold.eot?#iefix') format('embedded-opentype'), url('Manrope-ExtraBold.woff2') format('woff2'), url('Manrope-ExtraBold.woff') format('woff'), url('Manrope-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}