@font-face {
    font-family: 'Manrope', sans-serif;
    src: url(/fonts/Manrope-Regular.woff);
    font-weight: 400;
}
@font-face {
    font-family: 'Manrope', sans-serif;
    src: url(/fonts/Manrope-Medium.woff);
    font-weight: 500;
}
@font-face {
    font-family: 'Manrope ';
    src: local('Manrope  Semi bold'), local('Manrope--Semi-bold'),
        url('Manrope-Semibold.woff2') format('woff2'),
        url('Manrope-Semibold.woff') format('woff'),
        url('Manrope-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
  }
