@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Manrope'), url('manrope-regular.otf') format('opentype');
}

@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local('Manrope'), url('manrope-thin.otf') format('opentype');
}

@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Manrope'), url('manrope-light.otf') format('opentype');
}

@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Manrope'), url('manrope-medium.otf') format('opentype');
}

@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Manrope'), url('manrope-semibold.otf') format('opentype');
}

@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Manrope'), url('manrope-bold.otf') format('opentype');
}